/* CSS Document */

td {
	text-decoration: none;
	color: #000000;
	font-family : Verdana, Arial, sans-serif ;
	font-size : 10px;
	font-weight : normal;
	line-height : 18px;
	
}
a {
	text-decoration: none;
	color: #CC0000;
	font-family : Verdana, Arial, sans-serif ;
	font-size : 10px;
	font-weight : none;

}

a.hover {
	text-decoration: none;
	color: #660000;
	font-family : Verdana, Arial, sans-serif ;
	font-size : 10px;
	font-weight : none;

}

a.active {
	text-decoration: none;
	color: #660000;
	font-family : Verdana, Arial, sans-serif ;
	font-size : 10px;
	font-weight : bold;

}
h2 {
	text-decoration: none;
	color: #000000;
	font-family : Verdana, Arial, sans-serif ;
	font-size : 12px;
	font-weight : bold;

}

