/* The div surrounding each tab */
.tab-this{

	border:0px;
	margin-bottom:0;
	width:415px;
	padding:10px 0px 0px;
}
.tab-this h1 {
	font-family:Arial, Helvetica, Verdana;
	font-size: 18px;
	font-weight:lighter;
	color:#1a2853;
	margin:0;
}

.tab-this h2 {
	font-family:Arial, Helvetica, Verdana;
	font-size: 18px;
	font-weight:lighter;
	color:#1a2853;
}

.tab-this p {
	padding-left:2px;
	padding-top:0;
	font-size:11px !important;
}


.tab-this a{
	colour:#AE9157;
	font-size:11px;
	text-decoration:none;
}


.tab-this a:hover {
	margin:1px 0px 0px 0px;
	font-size:11px !important;
	text-decoration:none;
	font:verdana;
    
	}
	

/* Links to tabs which aren't visible */
a.tablink-off {
	font:verdana;
	background:#e8e9e9;
	cursor:pointer;
	padding:5px;
	margin:1px 0px 0px 0px;
	font-size:9px !important;
	color:#333333 !important; 
	border:0px solid;
	font-weight:bold !important;
	text-decoration:none !important;
	letter-spacing:0px;
	line-height:30px;
}

a.tablink-off:hover {
	font:verdana;
	background:#e8e9e9;
	cursor:pointer;
	padding:5px;
	margin:1px 0px 0px 0px;
	font-size:9px !important;
	color:#333333 !important; 
	border:0px solid;
	font-weight:bold !important;
	text-decoration:none !important;
	letter-spacing:0px;
	line-height:30px;
}


/* Link to the visible tab */
a.tablink-on{
	font:verdana;
	background:#737373;
	cursor:pointer;
	padding:5px;
	margin:1px 0px 0px 0px;
	font-size:9px !important;
	color:#e8e9e9 !important;
	font-weight:bold !important;
	text-decoration:none !important;
	letter-spacing:0px;
	line-height:30px;
}

a.tablink-on:hover {
	font:verdana;
	background:#737373;
	cursor:pointer;
	padding:5px;
	margin:1px 0px 0px 0px;
	font-size:9px !important;
	color:#e8e9e9 !important;
	font-weight:bold !important;
	text-decoration:none !important;
	letter-spacing:0px;
	line-height:30px;
}

/* These styles don't need editing */
.show-this{
	display:block;
}
.hide-this{
	display:none;
}

.tabthisclose   {
	height: 0;
	width: 100%;
	font-size: xx-small;
	text-indent: -9999px;
}

#tabs {
	height:220px;
	background:#FFFFFF;
	background-position: 0px 0px;
	padding-top:0px;
	text-align:left;
	}