#tablabels {
    /*position        : relative;*/
    border-top:solid 1px white;
	/*margin-top		: 1px;*/
	background		: #e8ecef;
    height          : 24px;
	border-bottom	: 1px #d0cfd4 solid;
	clear:left;
}

#tablabels ul {
	width			: 571px; 
	list-style-type : none;
    margin          : 0;    
	padding			: 0;
}

#tab1link {
	border-left		: 1px #d0cfd4 solid;	
    left            : 0;
}

#tablabels ul li#tab1label {
    margin-left            : 0;
}



#tablabels ul li {
    position        : relative;
	display			: inline;
    margin          : 0;
    padding         : 0;
	color			: #004a8e;
    top             : 8px;
    margin-left     : -4px;
}

.linktab {
	text-decoration	: none;
	font-weight		: bold;
	font-size		: 9px;
    height          : 10px;
	padding			: 4px 12px;
	border-right	: 1px #d0cfd4 solid;
	border-bottom	: 1px #d0cfd4 solid;	
}

#tablabels ul li a.currenttab {
	background		: #ffffff;
	border-top      : 1px #d0cfd4 solid;
	border-bottom   : 1px #fff solid;
	color 			: #ff1111;
	position 		: relative;
}



.linktab:link,
.linktab:visited {
	color			: #004a8e; 
}

.linktab:hover,
.linktab:focus,
.linktab:active {
	color			: #ff1111;
}

.tabcontent {
	margin			: 20px 0 0 0px;
}

.tabcontent p ,.tablist1{
	margin			: 8px 0 16px 0;
	padding			: 0;
	padding-left:10px;
	padding-right:20px;
	

}


.tabcontent h3 {
    font-size   : 10px;
    font-weight : bold;
    color       : #767676;
    padding-left:10px;
}

.tabcontent p, .tablist1 {
    color       : #767676;
}

.spacer {
	clear: both;
	height	: 22px;
}
