body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#640c00;
}

.style1                 {  font-family: Verdana, Helvetica, sans-serif; font-size: 14px; color: #ffffff; font-weight: bold; }
.style3 {
	color: #c48847;
	font-size: x-small;
}
.style7 {font-size: small}
.style9 {
	font-size: small;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;	
	}

.style2 {
	font-size: small;
	color: #d4b262;
	font-family: Arial, Helvetica, sans-serif;	
	}
	

a.boldbuttons{
display: block;
float: left;
font: bold 12px Verdana;
font-style: italic;
line-height: 22px; 
height: 28px; 
padding-left: 8px; /* Width of left menu image */
text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:active.boldbuttons{
color: #cccccc; /*button text color*/
}

a:hover.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
display: block;
padding: 3px 10px 3px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
