body, li, table, input, select, option, textarea, .menu {
	font-size: 			11px;
	font-family: 		Arial;
	color: 				#FFFFFF; 
}

body         {  
 scrollbar-face-color: #464645;
 scrollbar-shadow-color: #737373; 
 scrollbar-highlight-color: #737373;
 scrollbar-3dlight-color: #000000;
 scrollbar-darkshadow-color: #000000; 
 scrollbar-track-color: #1A1A1A; 
 scrollbar-arrow-color: #D2D2D2; 
 
}

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


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

h1, h2, h3, h4 	{

}

h1 {
	font-size: 			13px;
	color: 				#FFFFFF;

}
h2 {
	font-size: 			12px;
	color: 				#D5D5D5;
}

h3 {
	font-size: 			13px;
	color: 				#D4D4D4;
}

h4 {
	font-size: 			12px;
	color: 				#D2E4FF;
}

input, select, textarea {

	font-size: 			12px;
	font-size-adjust:	.58;
	font-family: 		Arial;
	color: 			#000000; 
	border-width :		1px;
	border-style :		solid;
	border-color :		#eeeeee;
	background-color:	#aaaaaa;
	padding-left:2px;
	padding-top: 2px;

}
option{
	background-color:	#aaaaaa;
	color: 			#000000; 

}

// NOT USED

a.newnav {

	width: 170px;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-bottom: 0px;
	display: block; 
	background: #000000;
    background-image: url(images/toolbarbut1.gif);
	width: 181px;
	height: 26px;
	margin-left: 0px;
	margin-top: 0px;

}

a.newnav:hover {
	background: #000000;
    background-image: url(images/toolbarbut1b.gif);
	
}
