TR.main {font-size: 10pt; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif}
TR.main A:link {color: #009900; text-decoration: underline}
TR.main A:active {color: #FF9900; font-style:italic}
TR.main A:visited {color: #39597D; text-decoration: underline}
TR.main A:hover {color: #FF9900; font-style:italic}

TD.mmenul A:link {color: #003366; text-decoration: none} /*dark blue */
TD.mmenul A:active {color: #003366; text-decoration: underline} /*dark blue */
TD.mmenul A:visited {color: #003366; text-decoration: none}
TD.mmenul A:hover {color: #003366; text-decoration: underline} /*dark blue */
TD.mmenul { font-size: 10pt; font-weight: bold; color: #003366; text-decoration: none; background-color: #DADABE; text-align: left; font-family: Arial, Helvetica, sans-serif}

TD.mmenut { font-size: 10pt; color: #000000; background-color: #C4D7EA; text-align: right; font-family: Arial, Helvetica, sans-serif}

TD.rmenu {color: #000000; font-size: 9pt; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-decoration: none} /*light grayish brown */
TD.rmenu A:link {color: #000000; text-decoration:none}
TD.rmenu A:active {color: #000000; text-decoration: none}
TD.rmenu A:visited {color: #000000; text-decoration: none}
TD.rmenu A:hover {color: #000000; text-decoration: underline}

TD.rmenur {color: #39597D; background-color: #C4D7EA; font-size: 10pt; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-decoration: none} /*light grayish brown */
TD.rmenur A:link {color: #39597D; text-decoration:none}
TD.rmenur A:active {color: #39597D; text-decoration: none}
TD.rmenur A:visited {color: #39597D; text-decoration: none}
TD.rmenur A:hover {color: #39597D; text-decoration: underline}

TD.infol {color: #000000; font-size: 10pt; text-decoration: none; background-color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif}
TD.infol A:link {color: #009900; font-weight: bold; text-decoration: none} 
TD.infol A:active {color: #009900; font-weight: bold; text-decoration: underline}
TD.infol A:visited {color: #009900; font-weight: bold; text-decoration: none}
TD.infol A:hover {color: #009900; font-weight: bold; text-decoration: underline}

TD.tmenu {color: #FFFFFF; background-color: #39597D; font-size: 10pt; font-weight: bold; font-family: Courier New, Courier, mono}
TD.tmenu A:link {color: #FFFFFF; text-decoration: none}
TD.tmenu A:active {color: #000000; text-decoration: underline}
TD.tmenu A:visited {color: #FFFFFF; text-decoration: none}
TD.tmenu A:hover {color: #FFFFFF; text-decoration: underline}

.titles {
	font-size: 11pt;
	font-weight: bold;
	color: #003366;
	background-color: #C4D7EA;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.footer { font-size: 9pt; font-style: normal; font-weight: normal; color: #000000; text-decoration: none; font-family: Arial, Helvetica, sans-serif}

input.errHilite, select.errHilite, textarea.errHilite {
	border: 1px solid #DDC;
	background-color: #FFE;
	}
label.errHilite {
	color: #C00;
	}
	
ul#errors {
	display: none;
	margin-top: 1em;
	background-color: #FFE;
	border: 1px solid #CC9;
	padding: .3em;
	color: #C00;
	font-weight: bold;
	}	
ul#errors li {
	margin-top: .5em;
	margin-bottom: .5em;
	padding: 0;
	}
ul#errors li.heading {
	list-style-type: none;
	color: #000;
	font-weight: normal;
	font-style: italic;
	margin: .5em 0;
	padding: 0;
	}	
