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

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	line-height: 18px;
	border: 1px none #FFFFFF;
}
.text2 a:link,			/* Sub Style class singles out all links in .maintext class area */
.text2 a:visited {
	color: #490101;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.text2 a:hover {			/* Seperate hover attribute style */
	text-decoration: none;
	color: #470101;
}


.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	line-height: 18px;
	
}
.top a:link,			/* Sub Style class singles out all links in .maintext class area */
.top a:visited {
	color: #490101;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.top a:hover {			/* Seperate hover attribute style */
	text-decoration: none;
	color: #470101;
}

.text12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	line-height: 18px;
	border: 1px none #FFFFFF;
}
.text12 a:link,			/* Sub Style class singles out all links in .maintext class area */
.text12 a:visited {
	color: #490101;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.text12 a:hover {			/* Seperate hover attribute style */
	text-decoration: none;
	color: #470101;
}

