

A:link {
	color : #CCCCFF;
	text-decoration : none;
}

A:visited {
	color : #CCCCFF;
	text-decoration : none;
}

A:hover {
	color : #99FFCC;
	text-decoration : underline
}

A:active {
	color : #CCCCFF;
	text-decoration : none;
}

.body {
	color : White;
	font-size : 9px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height : 13px;
}

.date {
	color : White;
	font-size : 10px;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.bodysmall {
	color : #999999;
	font-size : 9px;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height : 14px;
	font : /4px;
}

.bodybold{
	color : White;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	letter-spacing : -1px;
	line-height : 18px;
}

.head {
	color : #CCCC99;
	font-size :11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bolder;
}

.head1 {
	color : #003366;
	font-weight : bolder;
	font-size : 11px;
	font-family : sans-serif;
	text-transform : uppercase;
}

.border {
	border : 1px solid Black;
	background : White;
}