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

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

body         {  
 scrollbar-face-color: #666666;
 scrollbar-shadow-color: #B3B3B3; 
 scrollbar-highlight-color: #B3B3B3;
 scrollbar-3dlight-color: #000000;
 scrollbar-darkshadow-color: #000000; 
 scrollbar-track-color: #000000; 
 scrollbar-arrow-color: #FFFFFF; 
 
}

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


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

h1, h2, h3, h4 	{

}

h1 {
	font-size: 			12px;
	color: 				#2E2E2E;

}
h2 {
	font-size: 			11px;
	color: 				#797979;
}

h3 {
	font-size: 			11px;
	color: 				#F6241C;
}

h4 {
	font-size: 			11px;
	color: 				#2F4F86;
}

input, select, textarea {

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

}

td.tablebg {
 
 		background-image: url('images/tablebg.gif'); 
               background-attachment: fixed;
               background-repeat: repeat-y; 
               background-position: left top;  
}
td.background1 {
 
 		background-image: url('images/background1.gif'); 
               background-attachment: fixed;
               background-repeat: repeat-x; 
               background-position: left top;  
}