/* General, universal */
p, ul, li, ol, dl, dd, center, blockquote, th, td {
	font-family: Arial, Helvetica;
	font-size: 13px; }
A:link, A:visited, A:active {
	color: #0000CC;
	text-decoration: none; }
A:hover {
	color: #0000CC;
	text-decoration: underline; }
A.FooterLinks:link, A.FooterLinks:visited, A.FooterLinks:active {
	color: #FFFFFF;
	text-decoration: none; }
A.FooterLinks:hover {
	color: #FFFFFF;
	text-decoration: underline; }
.FooterText {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF; }
.NormalSmall {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: normal; }
.PartnersSmall {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: normal; }
.optional {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #666666; }
.devalert {
	font-weight: bold;
	color: #FF0000; }
.navnew {
	color: #FFFF00;
	font-family: Arial, Verdana;
	font-size: 10px;
	font-weight: bold; }
.MediumBold {
	font-family: Arial, Verdana;
	font-size: 16px;
	font-weight: bold; }

/* Headings and titles */
.PageHeading {
	font-family: Arial, Verdana;
	font-size: 20px;
	color: #CC9933;
	font-weight: bold; }
.SubHeading {
	font-family: Arial, Verdana;
	font-size: 18px;
	color: #18499C;
	font-weight: normal; }

/* Form fields and buttons */
input { 
	font-family: arial, sans-serif;
	font-size: 13px; }
textarea.notes { 
	font-family: arial, sans-serif;
	font-size: 13px; }
input.button1 { 
	background-color: #000066;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: white;
	cursor: hand; }

/* main navigation style */
TD.topnav,  {
	background-color : #CC9933;
	border-bottom : thin solid #846321;
	border-right : thin solid #846321;
	border-top : thin solid #DBB66D;
	border-left : thin solid #DBB66D;
}
A.topnav, A:ACTIVE.topnav,  A:FOCUS.topnav, A:LINK.topnav, A:VISITED.topnav {
	color : #FFFFFF;
	background-color : #CC9933;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	margin-left : 0px;
	margin-right : 0px;
}
A:HOVER.topnav {
	color : #FFFF99;
	text-decoration : underline;
}

