.title1 {
	font-family: arial;
	font-size: 16px;
	color: ffffff;
	font-weight: bold;
}		

.text1 {
	font-family: arial;
	font-size: 12px;
	color: ffffff;
	font-weight: normal;
}	

.text2 {
	font-family: arial;
	font-size: 12px;
	color: cc0000;
	font-weight: bold;
}	

.text3 {
	font-family: arial;
	font-size: 12px;
	color: ffcc33;
	font-weight: bold;
}

.text4 {
	font-family: arial;
	font-size: 12px;
	color: 009999;
	font-weight: bold;
}

.link1:link {	
	font-family: arial;
	font-size: 12px;
	color: 9999cc;
	font-weight: normal;
	text-decoration: none;
}		
.link1:visited {	
	font-family: arial;
	font-size: 12px;
	color: 9999cc;
	font-weight: normal;
	text-decoration: none;
}		
.link1:hover {	
	font-family: arial;
	font-size: 12px;
	color: ccccff;
	font-weight: normal;
	text-decoration: underline;
}		
