/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #232323;
}
body,td,th {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.navbar {
font-size: 10px
}
.navbar a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.navbar :visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;	
}
.navbar a:hover {
	text-decoration: underline;
	color: #FF8C2D;
}
.navbar a:active {
	text-decoration: none;
	color: #FFFFFF;
}


a:link {
	color: #FD8D1E;
	font-weight:bold;}
a:visited {
	color: #FEA043;
}
a:active {
	color: #FEA043;
}
a:hover {
	color: #FBC546;
}


ul {
	line-height: 24px;
	list-style-type: square;
	list-style-position: outside;
}
.btmtext {
	font-size: 9px;
}
h2 {
	font-size: 16px;
	font-weight:bold;
}
.forms {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a img {
border: 0;
}
p {
text-align:justify;
}
.redtext {
color:red;
font-size:9px;
}
