@charset "UTF-8";
/* CSS Document */

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-left: 70px;
	padding-top: 10px;
	padding-right: 70px;
	padding-bottom: 10px;
	line-height: 18px;
}
.text a:link,			/* Sub Style class singles out all links in .maintext class area */
.text a:visited {
	text-decoration: underline;
	color: #FF3300;
}
.text a:hover {			/* Seperate hover attribute style */
	text-decoration: none;
	color: #FF14AB;
}
