body, li, table, input, select, option, textarea, .menu {

	font-size: 			12px;
	font-family: 		Arial;
	color: 				#000000; 
}


body         {  
 scrollbar-face-color: #CEC7BD;
 scrollbar-shadow-color: #EDE9E3; 
 scrollbar-highlight-color: #EDE9E3;
 scrollbar-3dlight-color: #736D65;
 scrollbar-darkshadow-color: #736D65; 
 scrollbar-track-color: #A39A8D; 
 scrollbar-arrow-color: #FFFFFF; 
}

A:link { text-decoration: underline; color: #7D7D7D;}
A:visited { text-decoration: underline; color: #7D7D7D;}
A:active {text-decoration:underline; color:#000000;}
A:hover {text-decoration:underline; color:#000000;}


p, h1, h2, h3, h4 	{
	margin-top:			0;
	margin-bottom:			0;
}

h1 {
	font-size: 			14px;
	color: 				#706A61;

}
h2 {
	font-size: 			13px;
	color: 				#706A61;
}

h3 {
	font-size: 			12px;
	color: 				#706A61;
}

h4 {
	font-size: 			13px;
	color: 				#706A61;
}


input, select, textarea {

	font-size: 			12px;
	font-size-adjust:	.58;
	font-family: 		Arial;
	color: 				#000000; 
	border-width :		1px;
	border-style :		solid;
	border-color :		#8D8478;
	background-color:	#E3DCD2;

}

ul, li {
	line-height:		130%;
	margin-bottom:		5px;
	margin-left:		10px;
}

 .side1bg {
  	background-image: url('images/side1bg.gif'); 
    background-attachment: scroll;
    background-repeat: repeat-y; 	
    background-position: top right;  }
	
	 .side2bg {
  	background-image: url('images/side2bg.gif'); 
    background-attachment: scroll;
    background-repeat: repeat-y; 	
    background-position: top left;  }