.body_bg {
	background-image: url(../images/body_tile.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.cell_border {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #72664C;
	border-right-color: #72664C;
	border-bottom-color: #72664C;
	border-left-color: #72664C;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #797363;
	font-size: 12px;
}
.textheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #797363;
	font-size: 18px;
	font-weight: bold;
}
.copyright {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #797363;
	font-size: 10px;
}

.cplink{
color:#706A5A;
}