*{margin:0px; padding:0px; text-align:left;}
body html{margin:10px; width:100%; height:100%;}
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width:350px;
}

.mootabs_title li {
	float: left;
	background-color: #3A251A;
	padding: 0px 0px 2px 0px;
	margin-right: 0px;
	cursor: pointer;
	height: 24px;
	border-left-style:solid;
	border-left-color:#3A251A;
	border-left-width:1px;
	border-top-style:solid;
	border-top-color:#3A251A;
	border-top-width:1px;
	border-right-style:solid;
	border-right-color:#3A251A;
	border-right-width:1px;
	width:114px;
}

.mootabs_title li.active {
	background-color: #FFF;
}

.mootabs_panel {
	display: none;
	background-color: #fff;
	position: relative;
	width: 346px;
	height: 100px;
	top: -1px;
	clear: both;
	overflow: auto;
}

.mootabs_panel p {
	margin:10px;
}
.mootabs_panel.active {
	background-color: #FFF;
	display: block;
	border-left-style:solid;
	border-left-color:#3A251A;
	border-left-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#3A251A;
	border-bottom-width:1px;
	border-right-style:solid;
	border-right-color:#3A251A;
	border-right-width:1px;
	color:#3C2415;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:14px;
}
a {
	color:#3C2415;
	text-decoration:underline;
}
a:link {
	color:#3C2415;
	text-decoration:underline;
}
a:hover {
	color:#0000FF;
	text-decoration:none;
}
a:visited {
	color:#3C2415;
	text-decoration:underline;
}