

a:link		{ color: #800000; text-decoration: none; }
a:visited	{ color: #800000; text-decoration: none; }
a:active	{ color: #800000; text-decoration: none; }
a:hover		{ color: #800000; text-decoration: none; }

 /* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #666666; FONT: 11px verdana, arial, sans-serif }
TD		{ COLOR: #666666; FONT: 11px verdana, arial, sans-serif }

.SubNav		{ COLOR: #454344; FONT: 16px verdana, arial, sans-serif; font-weight: bold }
#SubNav		{ COLOR: #454344; FONT: 16px verdana, arial, sans-serif; font-weight: bold }
.TextBody		{ COLOR: #666666; FONT: 11px verdana, arial, sans-serif }
#TextBody		{ COLOR: #666666; FONT: 11px verdana, arial, sans-serif }
.TextMini		{ COLOR: #666666; FONT: 9px verdana, arial, sans-serif }
#TextMini		{ COLOR: #666666; FONT: 9px verdana, arial, sans-serif }
.copyright	{ COLOR: #999999; FONT: 9px verdana, arial, sans-serif }

 /* HIDE MENU AND ITEMS FOR PRINTING */

@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}



 /* SIDEBAR OPTIONS */

a.sidelink:link		{ color: #CCFFCC; text-decoration: none; }
a.sidelink:visited	{ color: #CCFFCC; text-decoration: none; }
a.sidelink:active	{ color: #CCFFCC; text-decoration: none; }
a.sidelink:hover	{ color: #CCCC99; text-decoration: none; }
.sidebartitle	{ COLOR: #A2B7B5; FONT: 13px verdana, arial, sans-serif; font-weight: bold; }
.sidebartext	{ COLOR: #A2B7B5; FONT: 11px verdana, arial, sans-serif; }


 /* END SIDEBAR OPTIONS */

.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("/s3a/1158/picts/shadeform.gif");
		text-align: left;
		WIDTH: 200PX;
		BORDER: #000000 1px solid}


.dropdown 	{ COLOR: #333333;
		background-color: #FFFFFF;
		WIDTH: 200PX;
		FONT: 11px verdana, arial, sans-serif}


.textarea	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("/s3a/1158/picts/shadeform.gif");
		text-align: left;
		WIDTH: 275PX;
		BORDER: #000000 1px solid}

.submitbutton { FONT: 9pt arial, verdana, sans-serif }


.searchform { 	WIDTH: 110PX;
		HEIGHT: 20PX;
		FONT: 11px arial, sans-serif;
		background-image: url("/s3a/1158/picts/shadeform.gif");
		BORDER: #000000 1px solid }



 /* IMAGE HOVER CODE */

.rollover 	{ background-color: #000000}
.rolloveron 	{ background-color: #0000CC; filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80; }


 /* START THE CODE FOR THE MENUS */


 /* TOP LEVEL MENU CONTROL */

a.menu_TOP{
display:block;
line-height: 14pt;
text-align: center;
text-decoration:none;
border-right: #313252 1px solid;
}


 /* SUB LEVEL MENU CONTROL */

a.menu_SUB{
display:block;
padding: 2px 2px 2px 4px;
text-decoration:none;
filter:alpha(opacity=100);
border-bottom: #999999 1px solid;
}

 /* MORE SUB LEVEL MENU CONTROL */

.menu_DIV{
border-top: #000000 0px solid;
border-bottom: #666666 0px solid;
border-right: #666666 1px solid;
border-left: #666666 1px solid;
filter:alpha(opacity=100);
z-index:100;
}


