



/*	The redundancy in this section is for NN/IE compatibility. */
BODY {
	font-family: Verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
}

P    { font-family: Verdana, arial, sans-serif; font-size: 12px; color: #000000; }
TD   { font-family: Verdana, arial, sans-serif; font-size: 12px; color: #000000; }
UL   { font-family: Verdana, arial, sans-serif; font-size: 12px; color: #000000; }
OL   { font-family: Verdana, arial, sans-serif; font-size: 12px; color: #000000; }
DIV  { font-family: Verdana, arial, sans-serif; font-size: 12px; color: #000000; }
SPAN { font-family: Verdana, arial, sans-serif; font-size: 12px; color: #000000; }
SUP  { font-family: Verdana, arial, sans-serif; font-size: 12px; color: #000000; }

/*	Overriding the FONT tag will make all text arial,
	even if its attributes specify otherwise. 
	
	FONT, B, and I only provide face specs since these will most likely
	be used for nonstandard colors and sizes
*/
FONT { font-family: Verdana, arial, sans-serif;}
B    { font-family: Verdana, arial, sans-serif;}
I    { font-family: Verdana, arial, sans-serif;}

.whitebg		{ background-color: white; }
.bg {
	background-image: url(../images/blue_bg_final.gif);
	margin: 0px;
}

.darkblue		{ font-family: verdana, sans-serif; font-size: 12px; color: #000066; }
.bbbtext		{ font-family: verdana, sans-serif; font-size: 10px; color: #51699E; }
.text			{ font-family: verdana, sans-serif; font-size: 12px; color: #000000; }
.headline		{ font-family: verdana, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.thumb			{ font-family: verdana, sans-serif; font-size: 10px; color: #666666; }
.topnavbox		{ font-family: verdana, sans-serif; font-size: 10px; color: #666666; font-weight: bold; }
.topnavon		{ font-family: verdana, sans-serif; font-size: 10px; color: #ff9900; font-weight: bold; }
.grayheader		{ font-family: verdana, sans-serif; font-size: 10px; color: #666666; font-weight: bold; }
.leftnavbox		{ font-family: verdana, sans-serif; font-size: 10px; color: #000000; font-weight: bold; }
.leftnavboxon	{ font-family: verdana, sans-serif; font-size: 10px; color: #000000; font-weight: bold; }
.blueheader		{ font-family: verdana, sans-serif; font-size: 12px; color: #000000; font-weight: bold; }
.thumbnav		{ font-family: verdana, sans-serif; font-size: 12px; color: #000000; }
.thumb			{ font-family: verdana, sans-serif; font-size: 10px; color: #666666; }
.thumb2			{ font-family: verdana, sans-serif; font-size: 9px; color: #666666; }
.warmorange		{ color: #ff6600; }
.orange 		{ color: #ff9900; }
.anchor			{ font-family: verdana, sans-serif; font-size: 10px; }
.legal			{ font-family: verdana, sans-serif; font-size: 10px; color: #999999; font-weight: bold; }
.blue 			{ color: #000099; }
.graybar		{ font-family: verdana, sans-serif; font-size: 10px; color: #000000; }

/*	Font size selectors, use as the CLASS attribute on a FONT tag,
	or any other tag */
.members 		{ font-family: verdana, sans-serif; font-size: 10px; color: #000000; background-color: #ccdbed; font-weight: bold; }
.read			{ font-family: verdana, sans-serif; font-size: 13px; color: #000000; }
.yellow			{ font-family: verdana, sans-serif; font-size: 13px; color: #ffcc00; }




/* Main link colors */
A:link    { color: #000099; }
A:visited { color: #000099; }
A:active  { color: #000099; }
A:hover   { color: #ff3300; }


A.topnav:link		{ text-decoration:none; font-family: verdana, sans-serif; font-size: 10px; color: #666666; font-weight: bold; }
A.topnav:visited	{ text-decoration:none; font-family: verdana, sans-serif; font-size: 10px; color: #666666; font-weight: bold; }
A.topnav:hover		{ text-decoration:none; font-family: verdana, sans-serif; font-size: 10px; color: #ff9900; font-weight: bold; }
A.topnav:active		{ text-decoration:none; font-family: verdana, sans-serif; font-size: 10px; color: #666666; font-weight: bold; }


A.leftnav:link		{ text-decoration:none; font-family: verdana, sans-serif; font-size: 10px; color: #000000; font-weight: bold; }
A.leftnav:visited	{ text-decoration:none; font-family: verdana, sans-serif; font-size: 10px; color: #000000; font-weight: bold; }
A.leftnav:hover		{ text-decoration:none; font-family: verdana, sans-serif; font-size: 10px; color: #ff9900; font-weight: bold; }
A.leftnav:active	{ text-decoration:none; font-family: verdana, sans-serif; font-size: 10px; color: #000000; font-weight: bold; }

A.menuBar:link	    { text-decoration:none; font-family: verdana, sans-serif; color: #ffffff; font-size: 13px; font-weight: bold; }
A.menuBar:visited	{ text-decoration:none; font-family: verdana, sans-serif; color: #ffffff; font-size: 13px; font-weight: bold; }
A.menuBar:hover  	{ text-decoration:none; font-family: verdana, sans-serif; color: #ccdbed; font-size: 13px; font-weight: bold; }
A.menuBar:active 	{ text-decoration:none; font-family: verdana, sans-serif; color: #ffffff; font-size: 13px; font-weight: bold; }




