html, body {
	background-color: #2F2F2F;
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.maintext {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
.homeTable {
	height: 100%;
	width: 100%;
	background-color: #000000;
}
.mainTable {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
	background-color: #000000;
	border: 1px solid #000000;
}
.sideTable {
	font-family: Verdana;
	font-size: 10px;
	color: #CCCCCC;
	background-image: url(img/sd_bk.gif);
	background-repeat: repeat;
	background-position: left top;
}
.sideText {
	font-family: Verdana;
	font-size: 10px;
	color: #CCCCCC;
	text-align: left;
}
.headlineText {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bolder;
	color: #CC0000;
}
.defText {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
}
.contactButton {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	background: #CC9900;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
#jText {
	text-align: justify;
}
#subHead {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bolder;
	color: #CC0000;
}
.gold {
	font-weight: bold;
	color: #FF9900;
}
