.leftpad {
	padding-left: 35px;
}

.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #262626;
	line-height: 20px;
	border: 1px none #DFDFDF;
	padding: 30px;
}

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

.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: #FF9999;
}
.bordertable {
	border: 1px solid #666666;
}
