body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}

.text {
    font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #494949;
}

.text a:link {
	color: #D20226;
	text-decoration: none;
}
.text a:visited {
	color: #D20226;
	text-decoration: none;
}
.text a:hover {
	color: #494949;
	text-decoration: underline;
}
.text a:active {
	color: #D20226;
	text-decoration: none;
}

.copyright {
    font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.copyright a:link {
	color: #ffffff;
	text-decoration: none;
}
.copyright a:visited {
	color: #ffffff;
	text-decoration: none;
}
.copyright a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.copyright a:active {
	color: #ffffff;
	text-decoration: none;
}

.floatimgleft {
float:left;
margin-top: 0px;
margin-right: 5px;
margin-bottom: 0px;
}

.floatimgright {
float:right;
margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
}
