body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #3A1F32;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(../images/splash.jpg);
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.normal {
	font-size: 14px;
	color: #FFFFFF;
}
.bold {
	font-weight: bold;
}
.normal_blue {
	font-size: 14px;
	color: #00B2EB;
}
.purple_text {
	font-size: 14px;
	color: #3A1F32;
}
.small {
	font-size: 9px;
	color: #FFFFFF;
}
.top_menu_table {
	padding: 4px;
	border-bottom-width: 4px;
	border-bottom-color: #B4D343;
	border-bottom-style: solid;
	width: 99%;
}
.main_table {
	padding: 0px;
	width: 99%;
}
.body_table {
	padding: 10px;
	width: 99%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}
h1.blue {
	font-family: "Impact",Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #00B2EB;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BCD85F;
	text-decoration: underline;
}
a:link {
	color: #00B2EB;
	text-decoration: none;
}
a:visited {
	color: #BCD85F;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:active {
}
table {
	color: #FFFFFF;
	/*height: 98%;*/
}
div.copyright {
	position: relative;
	font-size: xx-small;
	color: #000000;
	width: 490px;
}