
a:link {
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;

}
a:visited {
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;

}
a:hover {  color: FF0000}
a:active {
	color: #990000;
	font-weight: normal;
	text-decoration: none;

}


.body {
	font-family : Verdana, Arial, Sans Serif;
	font-size : 12px;
	font-weight: normal;
	color : #666666;
	line-height: 1.4;
}



.copyright {
	font-family : Verdana, Arial, Sans Serif;
	font-size : 10px;
	font-weight: normal;
	color : #666666;
	line-height: 1.2;
}

.body-white {
	font-family : Verdana, Arial, Sans Serif;
	font-size : 12px;
	font-weight: normal;
	color : #FFFFFF;
	line-height: 1.4;
}


.header {
	font-family : Verdana, Arial, Sans Serif;
	font-size : 16px;
	font-weight: bold;
	color : #07574C;
	line-height: 1.4;
}


