body {
	height: 101%;
	background-color: #303030; 
	margin: 0px; 
	padding: 0px; 
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.Menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.Menu .text {
	margin-top: 4px;
}
.Menu .line {
	padding-bottom: -4px;
}
.Menu a {
	color: #b7b7b7;
	text-decoration: none;
}
.Menu a:hover {
	color: white;
}

.headlines {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	line-height: 130%; 
	color: #b9b9b9;
	text-align: left;
}
		
#headlinesHR {
	padding-top: 6px;
	padding-bottom: 6px;
}

.headlines a {
	color: #b9b9b9;
	font-weight: bold;
	margin-bottom: 5px;
}
.headlines a:hover{
	color: #ffffff;
}

.footer {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
}
.footer a {
	color: #AEAEAE;
}
.footer a:hover {
	color: white;
}

.bodyText {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #F9F9F9;
	line-height: 130%;
}

.bodyText a {
	color: #999999;
}
.bodyText a:hover {
	color: white;
}

.bodyText .title {
	font-size: 13px;
	font-weight: bold;
	color: #eca326;
}

.modforceText {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #F9F9F9;
	line-height: 130%;
}
.modforceText a {
	color: #e0e0e0;
	font-weight: bold;
}
.modforceText a:hover {
	color: white;
	font-weight: bold;
}
.modforceText .title {
	font-size: 13px;
	font-weight: bold;
	color: #de2929;
}

.linksText {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #F9F9F9;
	line-height: 130%;
}
.linksText a {
	color: #e0e0e0;
	font-weight: bold;
}
.linksText a:hover {
	color: white;
	font-weight: bold;
}
.linksText .title {
	font-size: 13px;
	font-weight: bold;
	color: #eca326;
}

.dropShadow {
	filter: progid:DXImageTransform.Microsoft.Shadow(color="#000000",Direction=135,Strength=2);

	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity: 0.95;
}


.democell {
	border: 5px solid black;
}

input.bold { font-weight: bold; }