a {
	color : #990033; 
	text-decoration : none;}

a:link {
	color: #990033;
	text-transform: none;
}

a:visited {
	color: #990033;
	text-transform: none;
	text-decoration: none;
}

a:hover {
	color: #990033;
	text-transform: none;
	text-decoration: underline;
}

a:active {
	color: #990033;
	text-transform: none;
	text-decoration: none;
}

BODY {
	background-color: #FFFFFF;
	text-align: center;
}

.bodytext {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}

.bodytextitalic {
	font-family: Verdana;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}

.bodytextbold {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
}

.titletext {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	text-transform: capitalize;
}

.titletextsub {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
}

.copyright {
	font-family: Verdana;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;

}
