body {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	margin: 0px;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
a:link {
	text-decoration: 				none;
}
a:visited {
	text-decoration: 				none;
}
a:hover {
	text-decoration: 				underline;
}
a:active {
	text-decoration: 				none;
}
.container {
	position:						absolute;
	width:							848px;
	height:							750px;
	left: 							50%;
	top:							0px; 
	margin-left: 					-424px;
}
.header {
	position:						absolute;
	width:							848px;
	height:							168px;
}
.table-top {
	position:						absolute;
	width:							848px;
	height:							190px;
	top:							168px;
	background-image: url(../images/table-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.tt-copy {
	position:						absolute;
	width:							540px;
	height:							150px;
	top:							20px;
	left: 50px;
}
.lower-top {
	position:						absolute;
	width:							848px;
	height:							340px;
	top:							356px;
	background-image: url(../images/table-lower.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.lt-copy {
	position:						absolute;
	width:							545px;
	height:							270px;
	top:							20px;
	left: 							50px;
	overflow-y:					scroll;
	overflow-x:					hidden;
	scrollbar-face-color: 		#65cc33;
	scrollbar-shadow-color: 	#FFFFFF;
	scrollbar-highlight-color: 	#FFFFFF;
	scrollbar-3dlight-color: 	#FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: 		#FFFFFF;
	scrollbar-arrow-color: 		#FFFFFF;
	padding-right: 10px;
}
.rule {
	width:                          100%;
	height:							1px;
	padding:                        0px;
	margin:                         0px;
}
