
body 	{
	color: #000000;
	background-color: #9fcf33;
	font-family: verdana; 
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration:none; 
	scrollbar-face-color: #666666; 	scrollbar-highlight-color: #333333; 
	scrollbar-3dlight-color: #666666; 	scrollbar-shadow-color: #888888; 
	scrollbar-darkshadow-color: #666666; 	scrollbar-track-color: #666666; 
	scrollbar-arrow-color:#000000; 
		}

a		{
	text-decoration: none; 
	font-size: 12px;
	color: #000000;
	font-weight: bold;
		}

a:hover 	{
	text-decoration: underline; 
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	}

a:active 	{
	text-decoration: none; 
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	}
h1	{	
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	text-transform: capitalize;  
		}
h2	{	
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	text-transform: capitalize;  
	text-decoration: underline;
		}
h3	{	
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	text-transform: none;  
	text-decoration: none;
	margin: 2px;
	padding: 0;
		}
h4	{	
	font-style: italic;
	font-weight: normal;
	text-align: left;
	font-size: 9px;
	text-transform: none;  
	text-decoration: none;
	margin: 2px;
	padding:0;
		}

p	{
	text-indent: 10px;
		}
table	{
	width: 80%;
	align: center;
	margin: auto;
	vertical-align: top;	
	text-align: center;
		}

hr	{
	align: left;
	width: 50%;
	color: #000000;
	border-top: black 2px dashed;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	shade: noshade;
	height: 2px;
		}