@charset "utf-8";
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3E3E3E;
}
body {
	background-image: url();
	background-color: #33404f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
.title {
	font-weight: bold;
	color: #33404f;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
}
a:link {
	color: #33404f;
}
a:visited {
	color: #33404f;
}
a:hover {
	color: #33404f;
}
a:active {
	color: #33404f;
}
a.footer {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:hover {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer:active {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
a:footer:visited {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	
}
a.copyright {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;

}
a.copyright:hover {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.copyright:active {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}