@charset "utf-8";
.maintable {
	top: 10%;
	position: absolute;
	width: 100%;
}
h2 {
	font-family: Comic Sans MS, Arial;
	font-size: 13px;
	line-height: 20px;
	color: #CCCCCC;
	text-align: justify;
	font-weight: normal;
	list-style-type: square;
}
.sig {
	font-family: "Comic Sans MS", Arial;
	font-size: 10px;
	color: #999999;
}


h1 {
	font-family: "Comic Sans MS", Arial;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
	padding: 3px;
	text-transform: none;
}
body,html {
	font-family: "Comic Sans MS", Arial;
	font-size: 13px;
	line-height: 20px;
	color: #CCCCCC;
	text-align: justify;
	font-weight: normal;
	list-style-type: square;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment:scroll;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #26211D;
	scrollbar-face-color : #322e29;
	scrollbar-highlight-color : #000000;
	scrollbar-3dlight-color : #666666;
	scrollbar-shadow-color : #666666;
	scrollbar-darkshadow-color : #666666;
	scrollbar-track-color : #cccccc;
	scrollbar-arrow-color : #cccccc;
}
.thumb {
	border: thick solid #1F1C18;
}

