body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #222605;
	background-image: url(images/tile.jpg);
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e5e1be;
}
.smallheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AEAAA4;
	font-weight: bold;

}
a:link {
	color: #eac100;
}
a:visited {
	color: #eac100;
}
a:active {
	color: #eac100;
}
a:hover {
	color: #ffe56b;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e5e1be;
	font-weight: normal;
	line-height: 17px;

}

.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #909c14;
	letter-spacing: -1px;
	font-weight: normal;

}
.captiontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a4b119;
}
.forms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #655e4e;
	font-weight: normal;
	line-height: normal;
	background-color: #b7af9c;

}
.forms2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a5446;
}
.footer {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #60680e;
	font-weight: normal;
}


/* tab styles below here */

.header {
	background-color: #1D2202;
	margin-top: 10px;
}



.tabcontentstyle{ /*style of tab content oontainer*/
	margin-right: 1px;
	margin-left: 1px;
}

/*.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
*/

/* tab styles below here */

.tabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.tabs ul{
font: 12px Arial, Helvetica, sans-serif;
margin:0 0 0 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.tabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

.tabs a{
float: left;
display: block;
color: #e5e1be;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 21px;
text-decoration: none;
background-color: #1D2202;
}

.tabs a:hover{
background-color: #4D530B; /*Menu hover bgcolor*/
}

.tabs .current a{ /*currently selected tab*/
	background-color: #4D530B; /*Brown color theme*/
	border-color: #272E04; /*Brown color theme*/
	color: #FFFFFF;
}


.tabsline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #4D530B; 
}

.handcursor{
cursor:hand;
cursor:pointer;
}
