@charset "utf-8";
/* CSS Document */

body 
 { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11px; padding: 0; margin: 0; background-image: url(graphics/bg.jpg); background-repeat:repeat-x; }
 
.headertext { font-family:Arial, Helvetica, sans-serif; font-size: 12pt; color:#000000}

.WHITEtext { font-family:Arial, Helvetica, sans-serif; font-size: 12pt; color:#FFFFFF}

.smWHITEtext { font-family:Arial, Helvetica, sans-serif; font-size: 9pt; color:#FFFFFF}

.REDtext { font-family:Arial, Helvetica, sans-serif; font-size: 12pt; color:#990000}

.darkbluetext { font-family:Arial, Helvetica, sans-serif; font-size: 10pt; color:#003466}

a:link {  color: #003466; text-decoration: none; font-weight:bold}
a:visited {  color: #25496b; text-decoration: none; font-weight:bold}
a:active {  color: #003466; text-decoration: none; font-weight:bold}
a:hover {  color: #970200; text-decoration: none; font-weight:bold}

a.bright:link {  color: #dbe6f1; text-decoration: none;}
a.bright:visited {  color: #6297cc; text-decoration: none}
a.bright:active {  color: #dbe6f1; text-decoration: none }
a.bright:hover {  color: #ffffff; text-decoration: none}

.greybutton80 {
	background-color:#CCCCCC;
	color:#003366;
	width:80px;
	cursor:pointer;
}

.greybutton120 {
	background-color:#CCCCCC;
	color:#003366;
	width:120px;
	cursor:pointer;
}

.greybutton160 {
	background-color:#CCCCCC;
	color:#003366;
	width:160px;
	cursor:pointer;
}


 