BODY {
	margin: 0px;
	font : 9px "MS Sans Serif", Geneva, sans-serif;
	background-color: white;
	background-image: url('/img/logo.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 20px;
	overflow: auto;
}
INPUT {
	font : 9px "MS Sans Serif", Geneva, sans-serif;
}
TABLE {
	padding: 0px;
}
TD {
	font : 9px "MS Sans Serif", Geneva, sans-serif;
	padding: 0px;
	vertical-align: top;
}
A {
	color: #003366;
}
A:hover {
	color: #990000;
}
A:visited {
	color: #999999;
}
H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#990000;
}

SPAN.h22 {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#990000;
}
SPAN.h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#990000;
	text-transform: capitalize;
}
SPAN.h2blue {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#003366;
	text-transform: none;
}
SPAN.h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	text-transform: capitalize;
}
DIV#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	background-color: #003366;
	padding-left: 40px;
	padding-top: 3px;
	padding-bottom: 0px;
}
A.menuItem {
	color: #ffffff;	
	background-color: #003366;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
A.menuItem:visited {
	color: #ffffff;	
	background-color: #003366;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
A.menuItem:selected
 {
	color: #ffffff;	
	background-color: #003366;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
A.menuItem:hover {
	color: #ffffff;	
	background-color: #6685A3;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
A.menuItemSelected:visited {
	color: #003366;	
	background-color: #EBEFF3;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
A.menuItemSelected {
	color: #003366;	
	background-color: #EBEFF3;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
A.menuItemSelected:hover {
	color: #ffffff;	
	background-color: #6685A3;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
IMG.nvm_mini {
	position: absolute;
	right: 0px;
	top: 0px;
	border: 0px;
}
DIV#content {
	margin: 124px 0px; 0px; 30px;
	/*position: absolute;
	left: 30px;
	top: 142px;*/
}