/* The div surrounding each tab */
.tab-this{
	font-family:Arial,Helvetica;
	border:0px;
	margin-top:12px;
	width:500px;
	padding:0px;
}
.tab-this h1 {
	font-size: 12pt;
	padding-top:5px;
	color:#433000;
	padding-left:2px;
	font-weight:bold;
	}
	
.tab-this h2 {
	font-size: 12pt;
	padding-top:5px;
	color:#433000;
	padding-left:2px;
	font-weight:bold;
	}
	

.tab-this p {
	font-size:12px;
	padding-left:2px;
}


.tab-this a{
	color:#B1787E;
}


/* Links to tabs which aren't visible */
.tablink-off{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	cursor:pointer;
	padding:11px;
	font-size:11px;
	color:#fff;
	border:0px solid;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:-1px;
}


/* Link to the visible tab */
.tablink-on{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	cursor:pointer;
	padding:11px;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:-1px;
}

/* These styles don't need editing */
.show-this{
	display:block;
}
.hide-this{
	display:none;
}

.tabthisclose   {
	height: 10px;
	width: 100%;
	font-size: xx-small;
	text-indent: -9999px;
}

#tabs {
background-image:url(scrollbg.jpg);
background-repeat:no-repeat;
	height: 110px;
	background-position: 0px 0px;
	padding-top:5px;
}