.menu
{
	font-family : Verdana;
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : none;
	font-weight : bold;
	text-align : center;
	vertical-align : middle;
}
.menu:visited
{  
	color : #FFFFFF;
	text-decoration : none;
}
.menu:hover
{
	color : #FF9933;
	text-decoration : underline;
}

body  {
	font-family : Verdana;
	color : White;
	background-color : #003366;
	font-size : 12px;
}

.content{
	font-family : Verdana;
	color : White;
	background-color : #003366;
	font-size : 12px;
	line-height : 150%;
}

th	{
	background-color : #0666D7;
	color : White;
}

.contenttable{  
	font-family : Verdana;
	color : White;
	background-color : #003366;
	font-size : 12px;
}

.bignum
{  	color : FF9933;
	font-size :32px;
	font-weight: bold;
}

A
{
	font-family : Verdana;
	font-size : 12px;
	color : #FF9933;
	text-decoration : underline;
}
A:visited
{  
	color : #FF9933;
	text-decoration : underline;
}
A:hover
{
	color : FF9933;
	text-decoration : underline;
}

.question
{
	color : White;
	text-decoration : underline;
}

.question:visited
{
	color : White;
	text-decoration : underline;
}

.question:hover
{
	color : #FF9933;
	text-decoration : underline;
}

.contenttablesmall
{
       	font-family : Arial;
       	font-size : 11px;
}

.announcementlink
{
       	font-size : 11px;
	color : White;
	text-decoration : underline;
  
}
.announcementlink:visited
{
       	font-size : 11px;
	color : White;
	text-decoration : underline;
  
}.announcementlink:hover
{
       	font-size : 11px;
	color : FF9933;
	text-decoration : underline;
  
}