a {
	color : #9A2118; 
	text-decoration : none;}

a:link {
	color: #9A2118;
	text-transform: none;
}

a:visited {
	color: #9A2118;
	text-transform: none;
	text-decoration: none;
}

a:hover {
	color: #9A2118;
	text-transform: none;
	text-decoration: underline;
}

a:active {
	color: #9A2118;
	text-transform: none;
	text-decoration: none;
}

BODY {
	text-align:center;
	background: #000000;
}

.bodytext {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #663300;
}

.bodytextbold {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #663300;
}

.specialreport {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #FF0000;
	text-transform: uppercase;
}

.titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #663300;
	text-transform: uppercase;
}

.footer {
	font-family: Verdana;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	background-color: #000000;
}

.footer a:link {
	color: #FFFFFF;
	text-transform: none;
}

.footer a:visited {
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
}

.footer a:hover {
	color: #FFFFFF;
	text-transform: none;
	text-decoration: underline;
}

.footer a:active {
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
}

