a {
	color: #333333;
	text-decoration: none;
	text-transform: none;
	background-color: none;
}

a:link {
	color: #333333;
	text-decoration: none;
	text-transform: none;
	background-color: #E6E6E6;
}

a:visited {
	color: #333333;
	text-decoration: none;
	text-transform: none;
	background-color: #E6E6E6;
}

a:hover {
	color: #333333;
	text-decoration: none;
	text-transform: none;
	background-color: #FFFFFF;
}

a:active {
	color: #333333;
	text-decoration: none;
	text-transform: none;
	background-color: #E6E6E6;
}

BODY {
	margin: 0px;
	text-align:center;
	background: #CCCCCC;
}

.bodytext {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}

.bodytextitalic {
	font-family: Verdana;
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}

.bodytextbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	font-style: italic;
}
