/* CSS Document */

body, td	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	/*font-weight: bold;*/
}

a		{
    font-size: 8pt;
	text-decoration: none;
	color: #000000;
    font-weight: bold;
}

a:hover		{
    font-size: 8pt;
	color: #d32434;
	font-weight: bold;
}
