@charset "utf-8";
body {
	background-color: #333333;
}
body,td,th {
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #FFF;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* CSS Document */

.NavText {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
}
.NavText:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
.BodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 20px;
	text-decoration: none;
	background-repeat: no-repeat;
}
.BodyText2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	font-size: 16px;
	text-decoration: none;
	background-repeat: no-repeat;
}

.BodyTextIMPACT {
	font-family: Impact;
	color: #FFFFFF;
	font-size: 24px;
	text-decoration: none;
	background-repeat: no-repeat;
	font-weight: lighter;
}


.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
}
.style3 {
	color: #FF0000;
	font-family: Impact;
	font-size: 24px;
}
.style4 {
	color: #0033FF;
	font-family: Impact;
	font-size: 24px;
}
.styleCopyright {
	color: #CCC;
	font-size: 12px;
}
