
TH.contacts {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: bold;
	background-color: #FFD46D;
	text-align: center;
}

TD.contacts {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: bold;
	background-color: #FFEDA6;
	text-align: center;
}

TABLE.stdForm {
	font-family : Arial, Helvetica, sans-serif;

}

TD.stdForm {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: standard;
	text-align: center;
}

H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight: bold;
	line-height: 100%;
	color: #203339;
}

H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight: bold;
	color: #203339;
}

H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight: bold;
	color: #203339;
}

P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

UL {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

DIR {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

.error {
	font-weight : bold;
	color: #cc0000;
}

TD.mainMenu {
	padding: 0px 10px 5px 10px;
}

.mainMenu {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color: #203339;
}


a.mainMenu:link {
	text-decoration : none;
}

a.mainMenu:visited {
	text-decoration : none;
}

a.mainMenu:hover {
	text-decoration : underline;
	color: #AF2F1A;
}

.mainMenuCurrent {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color: #ffffff;
}

TD.secMenu {
	padding: 3px 2px 7px 20px;	
}

.secMenu {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color: #203339;
	line-height: 90%;
}


a.secMenu:link {
	text-decoration : none;
}

a.secMenu:visited {
	text-decoration : none;
}

a.secMenu:hover {
	text-decoration : underline;
	color: #AF2F1A;
}

TD.secMenuCurrent {
	padding: 3px 2px 7px 2px;	
	background-color: #696D88;
	color: #FFEDA6;
}

.secMenuCurrent {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

.normal {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

a.normal:link {
	text-decoration : underline;
	color: #cc0000;
}

a.normal:visited {
	text-decoration : underline;
	color: #cc0000;
}

a.normal:hover {
	text-decoration : underline;
	color: #999999;
}


.footer {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color: #203339;
}

a.footer:link {
	text-decoration : underline;
	color: #203339;
}

a.footer:visited {
	text-decoration : underline;
	color: #203339;
}

a.footer:hover {
	text-decoration : underline;
	color: #AF2F1A;
}


############################ contact form stuff
H1.contactForm {
	margin-top: 0px;
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 0px;
	text-align: center;
}

H2.contactForm {
	margin-top: 0px;
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 0px;
	text-align: center;
}

P.contactForm {
}

TABLE.contactForm {
  background-color: #FFEDA6;
}

INPUT.searchForm {
	background-color: #203339;
	color: #ffffff; 
	text-align: center; 
	margin: 3px; 
	padding: 0px; 
	border: 1px solid Gray; 
	width: 110px; 
	font-size: 10pt
}

SELECT.searchForm {
	color: #203339; 
	text-align: center; 
	margin: 3px; 
	padding: 0px; 
	border: 1px solid Gray; 
	font-size: 10pt
}