@charset "UTF-8";
/* CSS Document */

body {
	background-color: #440112;
	margin: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;}

a:link {
	color: #A7002B;
	text-decoration: none;
}
a:visited {
	color: #A7002B;
	text-decoration: none;
}
a:hover {
	color: #440112;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

.nav {
	color: #440112;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.nav:link {
	color: #440112;
	text-decoration: none;
}
a.nav:visited {
	color: #440112;
}
a.nav:hover {
	color: #000000;
}
a.nav:active {
	color: #000000;}
