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


.border {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	border: 1px none #DFDFDF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.text a:link,			/* Sub Style class singles out all links in .maintext class area */
.text a:visited {
	text-decoration: none;
	color: #EC0203;
}
.text a:hover {			/* Seperate hover attribute style */
	text-decoration: none;
	color: #FFCC00;
}.footer {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 25px;
	border: 1px none #DFDFDF;
	padding: 0px;
}

.newstext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
	border: 1px none #DFDFDF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.newstext a:link,			/* Sub Style class singles out all links in .maintext class area */
.newstext a:visited {
	text-decoration: none;
	color: #EC0203;
}
.newstext a:hover {			/* Seperate hover attribute style */
	text-decoration: none;
	color: #FFCC00;
