Body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7a4325;
	background-color:#f9f1e2;
	margin:0px;
	padding:0px;
	/* background-repeat:repeat-x; */
}
Table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7a4325;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	/* background-repeat:repeat-x; */
}
Body a {
	text-decoration: none;
	font-weight: bold;
	color: #503225;
}
Body a:hover {
	text-decoration: underline;
}
Strong {
	color: #503225;
	font-weight: bold;
}
#mark {
	color: #d30c0c;
}
#menu, #menu a {
	color: #7a4325;
	font-weight: normal;
	font-size:11px;
	padding-left:5px;
	line-height: 150%;
}

#tabs{
	padding: 0 10px 0 10px;
/*	background-image:url('images/tabs_bg.gif');
	background-repeat:no-repeat;	*/
	width: 550px;
	height:240px;
	color: #d30c0c;
	font-weight: normal;
	padding-left:18px;
	
}
.tab {
	border-top:3px solid #936b5a;
}
.tab_open {
	background-color:#e2dac7;
	border-top:3px solid #936b5a;
	border-bottom:3px solid #936b5a;
}
.tabs {
	background-color:#e2dac7;
	border-bottom:3px solid #936b5a;
}
.review {
	padding:10px;
	width:500px;
	border-bottom:2px solid #936b5a;
	clear:both;
}
.button {
	width:130px;
	height:28px;
	background-image:url('images/button.gif');
	background-repeat:no-repeat;
	background-position: center;
	text-align:center;
	padding-top:8px;
	float:left;
	display:block;
	color:#FFFFFF;
	margin:2px;
}
.button_1 {
	width:160px;
	height:38px;
	display:block;
	float:left;
	border:1px solid;
}
.button a{
	color:#000000;
}
br{clear:both;}