/* CSS Document [Text] */
body	{	scrollbar-base-color:#CCCCCC;
  			scrollbar-3dlight-color:#FFFFFF;
  			scrollbar-arrow-color:#0099ff;
  			scrollbar-darkshadow-color:#000000;
			scrollbar-face-color:#CCCCCC;
			scrollbar-highlight-color:#0099ff;
			scrollbar-shadow-color:#000000;
			scrollbar-track-color:#999999;
			background-attachment: fixed
		}
table 	{ 	color:#666666; 
	   		text-decoration:none;
	   		font-family:Verdana, Arial; 
		}
	   
input	{	font-size:8pt;
			font-face:Arial;
			color:#666666;
			background-color:#CCCCCC;
		}
		
textarea{	font-size:8pt;
			font-face:Arial;
			color:#666666;
			background-color:#CCCCCC;
			border-top-width: thin;
			border-right-width: thin;
			border-bottom-width: thin;
			border-left-width: thin;
			border-top-style: solid;
			border-right-style: solid;
			border-bottom-style: solid;
			border-left-style: solid;
			border-top-color: #0099ff;
			border-right-color: #0099ff;
			border-bottom-color: #0099ff;
			border-left-color: #0099ff;
		}
		
select	{	font-size:8pt;
			font-face:Arial;
			color:#666666;
			background-color:#CCCCCC;
		}
