@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	background-image: url(images/bg_window.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #930;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #930;
}
a:hover {
	text-decoration: underline;
	color: #930;
}
a:active {
	text-decoration: none;
	color: #930;
	text-align: center;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	margin-left: -10px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
.contentCell {
	background-color: #FFF;
	background-image: url(images/bg_contentTop.jpg);
	background-repeat: repeat-x;
	padding-right: 30px;
	padding-left: 030px;
	padding-bottom: 20px;
}
.contentCell #contentRight {
	width: 180px;
	text-align: center;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-left: 20px;
	margin-top: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.contentCell p .imageRight {
	margin-left: 20px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
}
.contentCell p .imageLeft {
	margin-right: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.footer {
	background-color: #999;
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
	height: 57px;
	font-size: 11px;
	text-align: center;
	color: #666;
	vertical-align: top;
}
.footer a {
	color: #666;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer #menuBottom {
	padding-top: 15px;
}
.footer .copyright {
	width: 444px;
	float: left;
	text-align: left;
	padding-left: 6px;
	padding-top: 12px;
	font-size: 10px;
}
.footer .dcsLink {
	text-align: right;
	float: right;
	width: 444px;
	padding-right: 6px;
	padding-top: 12px;
	font-size: 10px;
}
.footer .seoText {
	font-size: 10px;
	margin-top: 36px;
}
.testimonial {
	font-size: 11px;
	padding: 3px;
}
.contactTable {
	padding: 6px;
	margin-left: 80px;
}
.contactTable th {
	color: #FFF;
	background-color: #666;
}
.contactTable td {
	background-color: #eaeaea;
}
.contactTable {
	padding: 6px;
}
.paymentTable th {
	color: #FFF;
	background-color: #666;
}
.paymentTable td {
	background-color: #eaeaea;
}
.red {
	color:#F00;
}
.shadowTopRight {
	background-image:url(images/img_shadowTR.jpg); 
	background-repeat:no-repeat;
	padding-right: 3px;
}
.shadowRight {
	background-image:url(images/img_shadowR.jpg); 
	background-repeat:repeat-y; 
	padding-right: 3px;
}
.shadowBottomRight {
	background-image:url(images/img_shadowBR.jpg); 
	background-repeat:no-repeat;
	padding-right: 3px;
	padding-bottom: 3px;
}
.shadowBottomLeft {
	background-image:url(images/img_shadowBL.jpg); 
	background-repeat:no-repeat;
	padding-bottom: 3px;
}
.shadowBottom {
	background-image:url(images/img_shadowB.jpg); 
	background-repeat:repeat-x; 
	padding-bottom: 3px;
}