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

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

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

body         { 
               
               scrollbar-face-color: #7A7169;
               scrollbar-shadow-color: #9C9188; 
               scrollbar-highlight-color: #9C9188;
               scrollbar-3dlight-color: #35312C;
               scrollbar-darkshadow-color: #35312C; 
               scrollbar-track-color: #574F47; 
               scrollbar-arrow-color: #E6E1DB; 
}            


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

h1, h2, h3 	{

}

h1 {
	font-size: 			17px;
	color: 				#A48767;

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

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


input, select, textarea {

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

}

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


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