@import url(menu_style.css);
body {
	background-color : #0b274c;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : White;
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.background2 {
	background-image: url(../images/background2.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
h1 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #FCD571;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	color: White;
}
h3 {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	color: White;
}
HR {
	color: #5b6e87;
}

TABLE {
	margin-top: 0px; 
	margin-bottom: 1px; 
	border-collapse: collapse;
	border-spacing: 0px;
}
TABLE TD {
	padding : 0; 
}

TD {
	font-size : 9pt;
	color: White;
	line-height: 20px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

TD.bluebox {
	border: 6px solid #4a5c74;
	background: #354563 url(/images/bluebox_background.jpg) repeat-x top;
	padding: 12px;
}

A, A:Link, A:Visited {
	color: #A1C4F1;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}
A:Hover {
	color: #CBDDF7;
}
.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
 	text-decoration: none;
	color: White;
}
.formfield, .required, .formselect {
	border: 1px solid #283651;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #4A5C74;
	color: #EEEEEE;
	scrollbar-3dlight-color: #283651;
  	scrollbar-face-color: #283651;
 	scrollbar-highlight-color: #283651;
}
.formbutton {
	border: 1px solid #A1C4F1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #A1C4F1;
	color: #283651;
	font-weight: bold;
}




.imgfrontpage {
float:right;
padding:20px;
}