/* CSS Document */

body, table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 14px;
	text-decoration: none;
}

a{
	color:#FF0000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #62676b;
	text-transform: uppercase;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	line-height: 14px;
}

a.subhead:hover {
	color: #333333;
}

