.leftpad {
	padding-left: 35px;
}

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

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

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 28px;
	border: 1px none #DFDFDF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.text a:link,			/* Sub Style class singles out all links in .maintext class area */
.text a:visited {
	text-decoration: none;
	color: #547E7D;
}
.text a:hover {			/* Seperate hover attribute style */
	text-decoration: none;
	color: #CCCC66;
}
.bordertable {
	border: 1px solid #666666;
}
