@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(imgs/header_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}


td {
	font-family: "Trebuchet MS", "Courier New", Courier, monospace;
	font-size: 14px;
	color: #CCCCCC;
}

/*.middlecell {
border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
}*/

.header {
	background-color: #000000;
	background-image: url(imgs/header_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.footer {
	background-color: #000000;
	background-image: url(imgs/footer_back.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.content {
	font-family: "Trebuchet MS", "Courier New", Courier, monospace;
	font-size: 14px;
	color: #CCCCCC;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #263b45;
	border-bottom-color: #263b45;
	line-height: 22px;
	padding-right: 120px;
	padding-left: 120px;
}
.contentback {
	background-color: #000000;
	background-image: url(imgs/background_line.jpg);
	background-position: center;
}
