/* CSS Document */

.text {	
	text-align: left;	
	color: #333333;	
	background-color: white;	
	padding: 0px 5px 5px 5px;	
	margin: 0px 0px 15px 0px;	
	font-size: 12px;
}
	
.text h3 {	
	padding-left:0px;	
	padding-top:0px;	
	margin-left:0px;	
	margin-top:0px;	
	font-size:16px;
}
	
.text td a {	
	color: #00F;	
	background-color: white;	
	text-decoration: underline;
}
	
.text td a:hover {	
	color:#F0F;	
	background-color: white;	
	text-decoration: underline;
}
	