/* CSS Document */

body,td,th {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}


.textbox {
	border: 1px solid;
	color:#666666;
	border-color:#142165;
	height:18px;
	font-size:10px;  
 
}

.menu
{ 
	border: 1px solid;
	color:#666666;
	border-color: #0066CC;
	height:18px;
	font-size:10px; 

	scrollbar-face-color:#ffffff;
	scrollbar-base-color:#ffffff;
	scrollbar-arrow-color:#142165;
	scrollbar-track-color:#cccccc;
	scrollbar-shadow-color:#142165;
	scrollbar-highlight-color:#142165;
	scrollbar-3dlight-color:#142165;
	scrollbar-darkshadow-Color:#142165;
	
	
}

.button {
	background-color:#FFFFFF;
	border: 2px solid;
	color:#142165;
	border-color:#142165;
	height:20px;
	font-size:10px;
	font:bold;
}