HTML, BODY {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: arial;
}
H1 {
	font: 29px arial;
	color: #912700;
	margin: 10px 0 20px 0;
}
H2 {
	font: 20px arial;
	color: #3c7400;
	margin-top: 25px;
	margin-bottom: 20px;
}

H3 {
	font-size: 14px;
	font-weight: bold;
	color: #412503;
}

P {
	font-size: 12px;
	margin: 0 0 15px 0;
	line-height: 1.3;
}

UL LI {
	margin: 10px 0;
	font-size: 12px;
}

TABLE {
	border-collapse: collapse;
}

TD {
	padding: 0;
}

A IMG {
	border: none;
}

A {
	color: #3c7400;
	text-decoration: underline;
}

A:hover {
	text-decoration: none;
}

A[href $='.zip'] {
}

.braun {
	color: #90571e;
}

.green {
	color: #4a981b;
}

.big-font {	
	font-size: 14px;
	font-weight: bold;
}

.gray {
	color: #685c4e;
}


BLOCKQUOTE {
	border-left: 1px dashed #9f9f9f;
	margin: 0 0 15px 35px;
	padding-left: 10px;
	color: #90571e;
	font-size: 11px;
}
BLOCKQUOTE STRONG {
	font-size: 12px;
}

BLOCKQUOTE P {
	margin-bottom: 3px;
}

.ratings-comment {
	width: 100%;
	background: #e7f2db;
	margin-bottom: 10px;	
}
.ratings-comment TH {
	padding: 20px;
	width: 125px;
	vertical-align: top;
}
.ratings-comment TD {
	padding: 20px 10px 20px 0;
	vertical-align: top;
}
.ratings-comment TH IMG {
	width: 120px;
	height: 150px;

}

table.services {
	width: 100%;
	border: none;
	margin-bottom: 20px;
}

table.services th A {
	color: #90571e;
}
table.services th {
	color: #90571e;
	padding: 9px 5px 8px 5px;
	background: #eff2e3;
	vertical-align: top;
	font-size: 12px;
	border-top: 1px solid #b2aa9a;
	border-left: 1px solid #b2aa9a;
}
table.services th span {
	font-weight: normal;
}

table.services TD.left, table.services TH.left {text-align: left; padding-left: 15px; border-left: none;}
table.services TD STRONG A {
	color: #412503;
	font-size: 12px;
}
table.services TD.left {
	color: #3c7400;
	width: 150px;
	padding-right: 10px;
}
table.services TD.left span {
	color: #685c4e;
}

table.services TD P {
	line-height: 1;
	margin-bottom: 10px;
}

table.services TD {
	border-bottom: 1px solid #b2aa9a;
	border-top: 1px solid #b2aa9a;
	border-left: 1px solid #b2aa9a;
	padding: 8px 5px 9px;
	vertical-align: top;
	text-align: center;
	line-height: 1.4;
	width: 17%;
	font-size: 12px;
}
