/* The div surrounding each tab */
.tab-this{
	color:#5B5959;
	font-family:Arial;
	border:0px;
	margin-top:12px;
	width:825px;
	padding:0px;
}
.tab-this h1 {
	font-size: 12pt;
	padding-top:5px;
		padding-left:2px;
}

.tab-this p {
	font-size:11px;
	padding-left:2px;
}


.tab-this a{
	color:#B1787E;
}


/* Links to tabs which aren't visible */
.tablink-off{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	background:#E0BEC2;
	cursor:pointer;
	padding:7px;
	margin:1px;
	font-size:14px !important;
	color:#fff !important; 
	border:0px solid;
	font-weight:normal !important;
	text-decoration:none !important;
}


/* Link to the visible tab */
.tablink-on{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	background:#98B1AE;
	margin:1px;
	cursor:pointer;
	padding:7px;
	font-size:14px !important;
	color:#fff !important;
	font-weight:normal !important;
	text-decoration:none !important;
}

/* 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 {
	height: 110px;
	background:#FFFFFF;
	background-position: 0px 0px;
	padding-top:20px;
	float:left;
}
