body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/top_background.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}


td 
{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A 
{
	text-decoration: none;
	color : blue;
}

A:HOVER 
{
	text-decoration: underline;
}

A:VISITED 
{
	color : blue;
}

table.tableBox 
{
	border-style:solid;
	background-color:#BED2FF;
	width : 100%;
}

A.titleFont 
{
	font-size:16px;
	font-weight:bold;
}

Span.HeaderTitle 
{
	font-size: 26px;
	font-weight:bold;
	color: Black;
	text-decoration: none;
}