a:link {  
	font-family: "Arial", "Helvetica", "sans-serif"; 
	font-size: 10pt; 
	font-style: normal; 
	line-height: normal; 
	color: #FFFFFF; 
	text-decoration: none
	}
	
a:active {  
	font-family: "Arial", "Helvetica", "sans-serif"; 
	font-size: 10pt; 
	font-style: normal; 
	line-height: normal; 
	color: #600;
	text-decoration: none
	}
	
a:hover{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #FFCC33;
	text-decoration: underline;
}
	
a:visited {  
	font-family: "Arial", "Helvetica", "sans-serif"; 
	font-size: 10pt; 
	font-style: normal; 
	line-height: normal; 
	color: #FFFFCC;
	text-decoration: none
	}	
	
body {  
	background-color: #669966; 
	font-family: "Arial", "Helvetica", "sans-serif"; 
	font-size: 10pt; 
	font-style: normal; 
	line-height: normal; 
	color: #FFFFFF;
	text-decoration: none
}

.header{
	background-color: #669966;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}