body {
	font-family: sans-serif;
	font-size: 76%;
	color: #000000;
	line-height: 114%;
	margin: 0px;
	border: 0px;
	background-color: #FFFFFF;	
}

/**  links  **/

a.links-footer, a.links-footer:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.links-section, a.links-section:hover {
	color: #4E4743;
	font-weight: bold;
	text-decoration: none;
}

/**  font  **/

.bold {
	font-weight: bold;
}

/**  layout  **/

td.lineHeightTen {
	line-height: 10px;
}
td.lineHeightEight {
	line-height: 8px;
}
td.copyTop {
	background-color: #CFC1B7;
	line-height: 9px;
}
td.bodyCopy {
	padding: 10px;
	border-left: 9px solid #CFC1B7;
	border-right: 9px solid #CFC1B7;
}
td.copyBottom {
	background-color: #CFC1B7;
	line-height: 25px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-left: 19px;
	padding-bottom: 5px;
}
td.footer {
	background-color: #AA9383;
	line-height: 12px;
}
td.right {
	text-align: right;
}

/**  contact form  **/

td.contactLeft {
	padding: 3px 10px 0px 0px;
	vertical-align: top;
}
td.contactRight {
	padding: 0px 0px 0px 7px;
}
td.contactSpacer {
	line-height: 5px;
}
td.contactBodyLeft {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	width: 220px;
}
td.contactBodyRight {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
input.textBox {
	width: 180px;
	height: 18px;
	border: 1px solid #AA9383;
	background-color: #CFC1B7;
	font-size: 80%;
	padding-left: 1px;
	padding-top: 2px;
}
input.offerCode {
	width: 100px;
	height: 18px;
	border: 1px solid #AA9383;
	background-color: #CFC1B7;
	font-size: 80%;
	padding-left: 1px;
	padding-top: 2px;
}
textarea.messageField {
	width: 180px;
	height: 60px;
	border: 1px solid #AA9383;
	background-color: #CFC1B7;
	font-size: 80%;
	padding-left: 1px;
	padding-top: 2px;
}
select.selectbox {
	width: 180px;
	height: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #AA9383;
	background-color: #CFC1B7;
	font-size: 80%;
	padding: 1px;
}
input.button {
	width: 50px;
	height: 20px;
	border: 1px solid #AA9383;
	background-color: #CFC1B7;
	font-size: 80%;
}
input.buttonLarge {
	width: 150px;
	height: 25px;
	border: 1px solid #AA9383;
	background-color: #CFC1B7;
	font-size: 80%;
}

/** div  **/

#wrapper {
position: relative;
width: 763px;
margin: auto;
text-align: left;
}
div.centered 
{
text-align: center;
width: 100%;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}