@charset "UTF-8";

@import url("header.css");
@import url("botmarea.css");
@import url("home.css");
@import url("subpage.css");
@import url("ModuleStylesheets.css");

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
}
body {
	background-color: #8b8e76;
	background-image: url(../graphics/general/bgnd.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#mainwrapper3 {
	background-color: #FFFFFF;
	width: 950px;
	border: 1px solid #000000;
	border-top: none;
}
#mainwrapper2 {
	border: 1px solid #696a57;
	border-top: none;
	width: 952px;
}
#mainwrapper {
	width: 954px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #80826a;
}
#clearfloats {
	clear: both;
}
a:link, a:visited, {
	color: #990000;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #999999;
}
a:active {
	color: #990000;
}

