body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #faf46c;
	background-color: #5082a6;
	margin: 0px;
	padding: 0px;
	background-image: url(../_gfx_/backgrounds/main.jpg);
	
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #faf46c;
	
}
a {
	font-size: 12px;
	color: #faf46c;
	text-decoration:none;
}
a:hover {
	font-size: 12px;
	color: #faf46c0;
	text-decoration:underline;
}
.footer {
	font-size: 10px;
	color: #3A4C70;
}
a.footer {
	font-size: 10px;
	color: #3A4C70;
	text-decoration:none;
}
a.footer:hover {
	font-size: 10px;
	color: #3A4C70;
	text-decoration:underline;
}

.contentImage {
	border: 1px solid FAF46C;
}

hr {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #faf46c;
	border-right-color: #faf46c;
	border-bottom-color: #faf46c;
	border-left-color: #faf46c;
}
