body {
	height: 100%;
	background-color: #6C5439;
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
}

HTML{
height: 100% ;
overflow: hidden;
scrollbar-face-color:#ffffff;
scrollbar-arrow-color:#CC0000;
scrollbar-track-color:#ffffff;
}

#centercontent {
	margin-left:-400px;
	margin-top:-250px;
	position:absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height:500px;
}

a:link, a:active, a:visited {
	color: #006666;
	text-decoration: none;
	font-weight: bold;
}


a:hover {
	text-decoration: none;
	color: #CC0000;
	text-transform: uppercase;
}

a.tlink:link, a.tlink:active, a.tlink:visited {
	color: #333333;
	text-decoration: none;
	font-size: 9px;
	font-weight: lighter;
}

a.tlink:hover {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	font-size: 9px;
	font-weight: lighter;
	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #996633;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.box {
	border: 1px solid #000000;
}
blockquote {
	margin: 15px;
	padding: 0px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #996633;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
		list-style-type: square;
	text-indent: 0px;
	float: none;
}

#outertable {
	height: 100%;
}
td {
		background-repeat: no-repeat;
}
