DIV.cmsContent {
	width: 215px;
	overflow-x: hidden;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: #d5d5d4;
	color: #2f2f2f;
	line-height: normal;
}
DIV.cmsContent TD {
	font-size: 12px;
	line-height: normal;
}
DIV.cmsContent A {
	color: #767676;
	text-decoration: none;
}
DIV.cmsContent A:hover {
	color: #505050;
	text-decoration: underline;
}

/* Layout */

DIV.tmpContentBox {
	background: #d5d5d4;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-top: 15px;
}
DIV.tmpBanner IMG {
	width: 695px;
	height: 117px;
}

/* Contact Form */

DIV.tmpContactInfo {
	margin-right: 97px;
}
DIV.tmpContactForm {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: #d5d5d4;
	color: #2f2f2f;
	line-height: normal;
	width: 303px;
}
DIV.tmpContactForm TD {
	font-size: 12px;
	line-height: normal;
}
DIV.tmpContactForm SPAN {
	color: #8c511f;
	xcolor: Red;
}
DIV.tmpContactForm INPUT.tmpField {
	width: 200px;
}
TEXTAREA.tmpMemo {
	width: 250px;
	height: 80px;
}
.tmpRight {
	text-align: right;
}



