.tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
}
.text {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333;
	line-height: 15px;
	
	
	}
.textgreen {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #006666;
	line-height: 15px;
	}
.link {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #336666;
	font-weight: bold;
	}
a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336666;
	font-weight: bold;
	text-decoration: none;		
}
a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336666;
	font-weight: bold;
	text-decoration: none;				
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;			
}
