@charset "utf-8";
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../art/bg.jpg);
	background-position: center;
}

.bolditalic {
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
.whitetext {color: #FFFFFF}

#page {
	background-color: #000000;
	background-image: url(../art/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	vertical-align: bottom;
}



#foot {
	background-color: #000000;
	background-image: url(../art/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 250px;
}
#footinfo {
	background-position: center center;
	width: 600px;
	vertical-align: middle;
	height: auto;
}
div.menublock{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333333;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	padding-bottom: 3px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-variant: normal;
	font-style: normal;
}
.menublock a{
	display:block;
	color:#CCCCCC;
	font-weight:bold;
	text-decoration:none
}
.menublock a:hover{
	color:#FFFF66;
	background: url(../images/bg_menu_block2.gif) #575044;
	text-decoration:none
}
.menublock a:visited{
}
div.selected  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	padding-bottom: 3px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-variant: normal;
	font-style: normal;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	background-color: #000000;
}
