/* CSS Document */

/* TD */
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#666666;
}


/* CLASSES */
.date{
	font-size:8pt;
	color:#BF321E;
}
.footertd{
	font-size:8pt;
	color:#CCCCCC;
}

/* Links*/
A, A:Visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000000;
	text-decoration:none;
}
A:Hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000000;
	text-decoration:underline;
}
A.footer{
	font-size:8pt;
	color:#999999;
	text-decoration:none;
}
A.footer:Visited{
	font-size:8pt;
	color:#999999;
	text-decoration:none;
}
A.footer:Hover{
	font-size:8pt;
	color:#999999;
	text-decoration:underline;
}