.bottomline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFC9AF;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #51504B;
	line-height: 16px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
}

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





.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #43413D;
	padding-top: 10px;
	padding-bottom: 10px;
}

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