/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #6f1a15;
}
a:link {
	color: #CCFFCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCFFCC;
}
a:hover {
	text-decoration: underline;
	color: #CCFFCC;
}
a:active {
	text-decoration: none;
	color: #CCFFCC;
}
.copyright {	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
div.divider {
	border-top-style: dotted;
	border-top-width: 1px;
	margin-top: 7px;
	border-top-color: #993333;
	margin-bottom: 7px;
}
div.divfooter {
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 7px;
	border-top-color: #993333;
	margin-bottom: 7px;
}
