
/* GLOBAL FONT FORMAT */
body {
	font: normal 11px/16px Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
}
table, tr, td {
	font: normal 11px/16px Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
}
h1 {
	font: bold 18px/20px "Lucida Sans", Arial, sans-serif;
	color: #FFFFFF;
}
h2 {
	font: normal 14px/16px "Lucida Sans", Arial, sans-serif;
	color: #FFFFFF;
}
select, option {
	font: normal 11px/16px Verdana, Helvetica, sans-serif;
	color: #000000;
}



/* GLOBAL FONT CLASSES */
.gray {
	color: #666666;
}
.black {
	color: #000000;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.allcap {
	text-transform: uppercase;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}


/* ALL LINK STYLES */
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #00AEEF;
	text-decoration: underline;
}
#splash a {
	font: bold 13px "Lucida Sans", Arial, sans-serif;
}
#navigation a {
	font: bold 11px Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
}
td.list_even a{
	color: #FFFFFF;
}
td.list_odd a{
	color: #FFFFFF;
}


h2 a:link {
	color: #ffffff;
	text-decoration: underline;
}
h2 a:active {
	color: #ffffff;
	text-decoration: underline;
}
h2 a:visited {
	color: #ffffff;
	text-decoration: underline;
}
h2 a:hover {
	color: #00AEEF;
	text-decoration: underline;
}


#brightblue a:link {
	color: #00AEEF;
	text-decoration: underline;
}
#brightblue a:active {
	color: #00AEEF;
	text-decoration: underline;
}
#brightblue a:visited {
	color: #00AEEF;
	text-decoration: underline;
}
#brightblue a:hover {
	color: #00AEEF;
	text-decoration: underline;
}


/* FONT CLASSES */
#about {
	text-align: justify;
}


#copyright {
	color: #666666;
	font: normal 9px/14px Verdana, Helvetica, sans-serif;
}


