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

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2e2827;
}
a:link {
	color: #5579a6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5579a6;
}
a:hover {
	text-decoration: none;
	color: #2e608c;
}
a:active {
	text-decoration: none;
	color: #5579a6;
}
.style1 {
	font-size: 12px;
	color: #5579a6;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 12px;
	color: #333333;
}
.style2 {color: #cccccc}
.style4 {color: #cccccc; font-weight: bold; }
.style5 {
	font-size: 10px;
	color: #333333;
}

.Header {
	clear: both;
	width: 950px;
}
.Content {
	clear: both;
	width: 940px;
	border: 0px solid #CCCCCC;
	padding: 5px;
	margin: 0px;
	background-color: #262121;
}
.Footer {
	clear: both;
	width: 940px;
	padding: 5px;
}
.ContentLeft {
	float: left;
	width: 400px;
}
.ContentRight {
	float: right;
	width: 400px;
	margin-right: 50px;
}
.ContentCenter {
	width: auto;
	clear: both;
	margin: 0px;
	padding: 5px;
	border: 3px solid #5579a6;
	background-color: #373636;
	background-repeat: repeat-x;
}
.ContentCenter2 {
	width: auto;
	clear: both;
	margin: 0px;
	padding: 5px;
	border: 3px solid #5579a6;
	background-color: #424040;
}

