.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
color:#000;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #B23915;
	color: #B23915;
}

.shadetabs li a:visited{

}

.shadetabs li a:hover{
background-color: #B23915;
text-decoration: underline;
color: #FFFFE9;
}

.shadetabs li.selected{
color: #FFFFE9;
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-color: #B23915;
border-bottom-color: #B23915;
color: #FFFFE9;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
color: #FFFFE9;
text-decoration: none;
}

.contentstyle{
	font: bold 11px Arial;
	border: 1px solid #B23915;
	width: 100%;
	margin-bottom: 0px;
	padding: 4px;
}

.headtext{
font : bold 11px Arial, Helvetica, sans-serif;
color: #FFFFE9;
}

.btext{
font : 11px Arial, Helvetica, sans-serif;
color: #B23915;
}

.tabborder{
	border: 1px solid #B23915;
	color: #FFF;
}

.picframe{
border: 2px dashed;
border-bottom-color: #6F7B00;
border-top-color: #6F7B00;
border-right-color: #6F7B00; 
border-left-color: #6F7B00; 
}

.normtext{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px;
}
