a:link
{
	color: #00008B;
	text-decoration: underline;
}


a:hover
{
	color: Blue;
	text-decoration: none;
}


a:visited
{
	color: #666666;
	text-decoration: none;
} 


a:active
{
	color: Red;
	text-decoration: none;
}


body
{
	background: #ffffff;
}


td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}

.small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}

.italics
{
	font-family: serif;
	font-size: 28.0pt;
	color: #999999;
	font : italic;
	font-weight : 700;
}

b
{
	color: #990000;
}
