/* CSS Document */

Body		{
	font-family:Times New Roman;
	text-decoration:none;
	font-size:11px;
	color:#000000;
	background-color: #FFFFCC;
}

Link	a	{font-family:Times New Roman; text-decoration:none; font-size:11px; color:#FFFFFF;}
Link a:visited	{font-family:Times New Roman; text-decoration:none; font-size:11px;  color:#FFFFFF;}
Link a:hover {
	font-family:Times New Roman;
	text-decoration:none;
	font-size:12px;
	color: #000033;
	background-color: #FFFFFF;
}


