A  {
	color : #003778;
	text-decoration : none;
}

A:Hover  {
	color : #F46F21;
	text-decoration : none;
}

BODY {
	scrollbar-track-color: #F7F8FB;
	scrollbar-face-color: #698599;
	scrollbar-3dlight-color: #F46F21;
	scrollbar-darkshadow-color: #F46F21;
	scrollbar-shadow-color: #F0F0F0;
	scrollbar-arrow-color: #003B65;
	font-family : Arial, Helvetica, sans-serif;
}

A.nav  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	text-decoration : none;
	font-weight : bold;
	line-height : 16px;
}

A.nav:Hover  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #F46F21;
	text-decoration : none;
	font-weight : bold;
	line-height : 16px;
}

A.navsublinks  {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : #F46F21;
	text-decoration : none;
	line-height : 16px;
	font-weight : bold;
}

A.navsublinks:HOVER  {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	text-decoration : none;
	line-height : 16px;
	font-weight : bold;
}

td {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

H1 {
	color : #003778;
	font-size : 18px;
	text-align : center;
}

H2 {
	color : #003778;
	font-size : 16px;
}

.smalltext {
	color : #003778;
	font-size : 11px;
}

.head {
	color : #003778;
	font-size : 14px;
	font-weight : bold;
}

.formbox {
	font-size: 10px;
	border-style: solid;
	border-color: Navy;
	color: Navy;
	border-width: 1px;
	background-color: #FFFFF0;
}

.submit {
		height: 19px;
		width: 40px;
		clear: both;
		border : none;
		background : url(/images/interface/top-button.gif);
		color : White;
	}

.option {
		background-color: #053C62;
		font: 10px/12px;
		color: #FFFFFF;
		border : none;
	}