@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 17px;
	text-align: justify;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bkgrnd.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a:link {
	color: #8CC641;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B8DA8A;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #66FF00;
}
a:active {
	text-decoration: none;
}
.bolds {
	color: #8CC641;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 13px;
}
