.basicText {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.redText {
	font-family: Tahoma;
	font-size: 14px;
	color: #990000;
}

.smallerText {
	font-family: Tahoma;
	font-size: 10px;
	color: #ffffff;
}

.medText {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
}

.whiteBdr {
	border: 2px solid #FFF;
}

.blackBdr {
	border: 2px solid #000;
}
body {
	background-color: #000;
	
}

#header {
	position:absolute;
	width:900px;
	height:75px;
	z-index:16;
	left: 25px;
	top: 10px;
}
#printBG {
	position:absolute;
	width:980px;
	height:970px;
	z-index:1;
	left: 50%;
	top: 10px;
	margin-left: -490px;
	background-color: #4D4D4D;
}
#main {
	position:absolute;
	width:950px;
	height:940px;
	z-index:2;
	left: 50%;
	top: 25px;
	margin-left: -475px;
	background-color: #000000;
}
#copyright {
	position:absolute;
	width:500px;
	height:20px;
	z-index:3;
	left: 50%;
	top: 990px;
	margin-left: -250px;
}
