body {
	background: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-color: black;
}

a {
	color: white;
	text-decoration: none;
}

ul {
	list-style-position: outside;
	margin-left: 25px;
	padding-left: 25px;
}

body, table, td, div {
	font: 9pt verdana;
	padding: 0;
	margin: 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

.page {
	text-align: center;
	width: 998px;
}

.menu {
	width: 998px;
	height: 33px;
	background-color: black;
	font-size: 11pt;
	text-align: left;
	color: #807f84;
}

.menu div {
	font-size: 1pt;
}

.menuitem {
	color: white;
	text-decoration: none;
	margin: 0 15px;
}

.menuitem:hover {
	color: yellow;
}

.menuitem-active {
	color: yellow;
	font-weight: bold;
	text-decoration: none;
	margin: 0 15px;
}

.main-link {
	margin: 3px;
}


.content {
	height: 525px;
	overflow-y: auto;
	background-color: white;
}

.content2 {
	margin: 12px 8px;
	height: 500px;
	overflow-y: auto;
	background-color: white;
}

.footer {
	width: 998px;
	height: 40px;
	background-color: #807f84;
	text-align: center;
}

.footer-content {
	width: 998px;
	color: white;
}

