/* CSS DOCUMENT */
body,td,th {
	color: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
}
body {
	background-color: #27425E;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #C60A2B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C60A2B;
}
a:hover {
	text-decoration: underline;
	color: #DE0C31;
}
a:active {
	text-decoration: none;
	color: #C60A2B;
}
.copyright {
	font: 10px Arial, Helvetica, sans-serif;
}
.copyright a:link {
	color: #FFF;
	text-decoration: none;
}
.copyright a:visited {
	text-decoration: none;
	color: #FFF;
}
.copyright a:hover {
	text-decoration: underline;
	color: #FFF;
}
.copyright a:active {
	text-decoration: none;
	color: #FFF;
}
