@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bkgd.jpg);
	background-repeat:repeat-x;
	background-color:#1B1A1F;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text11white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.text12white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.text14white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.text14black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.text14whitebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.text14greenbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #33CC00;
	font-weight: bold;
}
.text14greenbolduline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #33CC00;
	font-weight: bold;
	text-decoration: underline;
}
.text14orangebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EBB924;
	font-weight: bold;
}
.test16white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.test16whitebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.text22whitebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
}
.text22greenbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #33CC00;
	font-weight: bold;
}
.text22orangebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #EBB924;
	font-weight: bold;
}
a:link {
	color: #33CC00;
}
a:visited {
	color: #7C9711;
}
a:hover {
	color: #C5E936;
}
a:active {
	color: #33CC00;
}
