/* CSS Document */


.footer a:link,			/* Sub Style class singles out all links in .maintext class area */
.footer a:visited {
	text-decoration: none;
	color: #FF0066;

}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.footer a:hover {			/* Seperate hover attribute style */
	text-decoration: underline;
	color: #DD0067;

}

.text a:link,			/* Sub Style class singles out all links in .maintext class area */
.text a:visited {
	text-decoration: none;
	color: #A06D26;
	font-size: 13px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 21px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.border {
	border: 1px dotted #000000;
}
.pad {
	padding: 5px;
}
.text a:hover {			/* Seperate hover attribute style */
	text-decoration: none;
	color: #DE0067;

}
.text1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	line-height: 17px;
}
