/* CSS Document */

body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #0071A5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(gfx/bg_site.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #0071A5;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0071A5;
}
a:hover {
	text-decoration: none;
	color: #0071A5;
}
a:active {
	text-decoration: underline;
	color: #0071A5;
}
.footer {
	color: #FFFFFF;
}

