@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


body,td,th {
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

h1 {
	font-size: 18px;
	color: #FFF;
}

h2 {
	font-size: 22px;
	color: #FFF;
}
h3 {
	font-size: 22px;
	color: #B7D235;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


a:link {
	color:#bad82b;
	text-decoration:underline;
}
a:hover {
	color:#bad82b;
	text-decoration:underline;
}
a:active {
	color:#bad82b;
	text-decoration:underline;
}
a:visited {
	color:#bad82b;
	text-decoration:underline;
	text-align: center;
}
	

.footer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #666;
}

.footer a:link {
	color:#666; 
	text-decoration:underline;
}
.footer a:visited {
	color:#666; 
	text-decoration:underline;
}
.footer a:hover {
	color:#bad82b; 
	text-decoration:underline;
}
.footer a:active {
	color:#666; 
	text-decoration:underline;
}

.bodycopyarea {
	padding-top:5px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
}

.bodycopyareaabout {
	padding-top:40px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:60px;
}
