/* CSS Document */

body, td	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #660000;
	/*font-weight: bold;*/
}

a		{
	text-decoration: none;
	color: #FF9900;
}

a:hover		{
	color: #FFCC00;
}

