BODY
{
	background-color: #FFFFFF;
}

TABLE.HomePageTable
{
	width: 670px;
	height: 350px;
}

TABLE.HomePageTable TD.HomePageTitleCell
{
	font-size: 18pt;
	font-family: verdana;
	color: #1A2A65;
}

TABLE.HomePageTable TD.HomeNavCell
{
	font-family: verdana;
	font-spacing: 2px;
	padding-top: 5px;
	font-size: 10pt;
	letter-spacing: 1px;
}


A:link   /* unvisited - blue with hand cursor */
{
	color: #172963;
	text-decoration: none;
}

A:visited  /* visited - light blue with hand cursor */
{
	color: #172963;
	cursor: hand;
	text-decoration: none;	
}

A:hover /* mouseover event , red with cursor*/
{
	color: #FF0000;
	cursor: hand;
    text-decoration: none;	
}