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

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #182313;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #000;
	font-size: 12px;
	
}
.footer {
	font-size: 9px;
	color:#FFF;
	text-align: center;
	text-decoration:none;
	}
	.footer a:link{
	color: #FFF;
	text-decoration:none;
}
.footer a:visited{
	color: #FFF;
	text-decoration:none;
}
.footer a:hover{
	color: #FFF;
	text-decoration:underline;
}
.footer a:active{
	color: #FFF;
	text-decoration:none;
}
.green{
	color:#59853A;
}
.header {
font-size: 16px;
color:#59853A;
font-weight:bold;}
.top {
	color: #FFF;
	text-decoration:none;
}
.top a:link{
	color: #FFF;
	text-decoration:none;
}
.top a:visited{
	color: #FFF;
	text-decoration:none;
}
.top a:hover{
	color: #FFF;
	text-decoration:underline;
}
.top a:active{
	color: #FFF;
	text-decoration:none;
}
.bold {
	font-weight: bold;
}
.smaller {
	font-size: 11px;
	font-style: normal;
}

