@charset "utf-8";

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #000000;
	
}
a:link {
	color:#A80000;
	text-decoration: none;
}
a:visited {
	color:#660000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.mainTBL {
	width:100%;
	height:100%;
	background:url(images/woodpattern.jpg);
	background-repeat:repeat;
	
	}
.mainTBL h2 {
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	color:#660000;
	}
.mainTBL h3 {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	font-style:oblique;
	color:#660000;
	}
.mainTBL hr {
	color:#660000;
	}
.headTBL {
	width:100%;
	background-color:#000000;
	text-align:center;
	padding-top:25px;
	}
/*.leftDIV{
	float:left;
	padding-left:150px;
	}