#buttons a:link, #buttons a:visited {
        display: block;
        background-image: url("images/button/btn_large.jpg");
        font: small verdana,arial;
        font-size: 10px;
        padding: 3px 0px 3px 10px;
		font-weight: bold;
        color: #FFFFFF;
        height: 12px;
        width: 104px;
        overflow: hidden;
}

#buttons a:hover{
        background-image: url("images/button/btn_large_f.jpg") ;
		font: small verdana,arial;
		font-weight: bold;
		color: #FFFFFF;
		font-size: 10px;
}


#buttons_sm a:link, #buttons_sm a:visited {
        display: block;
        background-image: url("images/button/btn_sm.gif");
        font: small verdana,arial; 
        font-weight: bold;
        font-size: 11px;
        padding: 3px 0px 3px 10px;
        color: #4E5978;
        height: 17px;
        width: 13px;
        overflow: hidden;
}

#buttons_sm a:hover{
        background-image: url("images/button/btn_sm_f.gif") ;
}

body {
	margin: 0;
	font-family: "Verdana", sans-serif;
	font-size: 8pt;
	color: #000000;
	background: #EDECBE url("images/bodbg.gif");
	scrollbar-face-color: #9e6f45;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #9e6f45;
	scrollbar-darkshadow-color: #9e6f45;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #f2ae0f;
}
