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

html, body {
background-color: #12215f;
	margin: 0;
	padding: 0;
}

#page-container {
width: 909px;
margin: auto;
	
}

#header {
	background: red;
	height: 254px;
	width: 909px;
	background: url(../grfx/banner.jpg);
}

#content {
	background: orange;
	height: 308px;
	width: 909px;
	float: left;
	background: url(../grfx/table_ground2.jpg);
}	
#content p {margin-left: 130px;
margin-right: 150px;
}

#footer {clear: both;
	background: green;
	height: 164px;
	width: 909px;
	background: url(../grfx/footer.jpg);
}
.hidden {
	display: none;
}
body,td,th {
	font-size: 11px;
	color: #001575;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #12215f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
.style1 {
	color: #990000;
	font-weight: bold;
}
.style2 {color: #FF0000
}
.style3 {
	font-size: 13px;
	font-weight: bold;
}
.style4 {font-size: 13px
}