@charset "utf-8";
body {
	margin-top: 0px;
	margin-bottom: 0px;
}


body {
	font-family: century gothic, Tahoma, Geneva, sans-serif;
	font-size:14px;
	background-color: #D8BA92;
}
.cell-gradBack {
	background-image: url(../img/assets/grad-box-281x271.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: century gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
}
#gradTxtBox {
	font-size: 13px;
	padding-top: 36px;
	padding-right: 22px;
	padding-bottom: 8px;
	padding-left: 22px;
}
.whiteGap {
	background-image: url(../img/assets/white-square.png);
	background-repeat: repeat;
	height: 2px;
}
.tanGap {
	background-image: url(../img/assets/tan-square.png);
	background-repeat: repeat;
	height: 3px;
}
.lightText {
	color: #B3C6C1;
	font-size: 13px;
}
a:link ,a:visited{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover ,a:active{
	color: #75a370;
	font-weight: bold;
	border-bottom: 2px dotted #75a370;
}
.cell-gradBack #gradTxtBox p {
	margin-top: -12px;
}
