LI 
{
	list-style-type:circle;
}

LI:hover 
{
	list-style-type:disc;
	color:Red;
}

a
{
	color:#003366;
	text-decoration:none;
	font-size:12;
}

a:hover
{
	text-decoration:underline;
}

a.subclass{text-decoration: none; color:#0b5e92;}
a.subclass:hover{text-decoration:underline;}

td
{
	font-family:Verdana;
	font-size:11;	
}

.divSponsors 
{
	padding-top:10;
	font-weight:bold;
	padding-bottom:5;
}

.divNav 
{
	padding-bottom:5;
}

.pageHeader 
{
	color:#003366;
	font-size:14;
	font-weight:bold;
	padding-bottom:5;
}

.pageText 
{
	font-size:11;
	padding-top:5;
}

.pageSeparator 
{
	border-bottom:1 silver solid;
	height:2;
	width:100%;
}

.formbutton 
{
	background-color:Silver;
	border:1 gray solid;
	width:70;
	cursor:pointer;
}
.formbutton:hover
{
	background-color:gray;
	border:1 gray solid;
	width:70;
}


.IS_NEWS_HEADER 
{
	font-weight:bold;
	font-size:12;	
}

.IS_NEWS_DATE 
{
	font-style:italic;	
}

.IS_NEWS  A
{
	text-decoration:underline;
}

.IS_NEWS 
{
	padding-bottom:10;
}

.IS_STAFF_DETAIL_BOLD 
{
	width:60;	
	font-weight:bold;
}
