/* Last updated 28 April 2008 */

body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 18px;
	color: #00008b;
	text-align: center;
}

h2 {
	font-size: 16px;
	color: #00008b;
	text-align: left;
}

input {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.leftmenu {
	position:absolute;
	left:14px;
	top:105px;
	width:88px;
	height:174px;
	z-index:2;
}

.rightmenu {
	position:absolute;
	left:104px;
	top:105px;
	width:84px;
	height:71px;
	z-index:2;
}

.submenu {
	position: absolute;
	left:200px;
	top:250px;
	width:120px;
	height:71px;
	z-index:2;
}

.content {
	position:absolute;
	left:342px;
	top:142px;
	width:400px;
	height:28px;
	z-index:2;
}

.footer {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	font-size: 9px;
}

.legal {
	font-size: 9px;
	font-style:italic;
}

.small {
	font-size: 10px;
}

.big {
	font-size: 18px;
	color: #00008b;
}

.middle {
	font-size: 16px;
	color: #00008b;
}

.errormsg {
	color: #ff0000;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}

a.linkblock {
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	width: 120px;
	height: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	text-decoration: none;
	display:inline;
	
	border: solid 1px #000000;
}

a.linkblock:hover {
	font-size: 11px;
	color: #ffffff;
	background-color: #000000;
	width: 145px;
	height: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	text-decoration: none;
	display:inline;
}
