/* tabs */
.anchors {
    list-style: none;
    margin: 0;
    padding: 0 0 1px;
	margin-left: 12px;
	margin-bottom: -2px;
	height: 15px;
	 }


.anchors:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.anchors li {
    float: left;
    margin: 0 1px 0 0;
}
.anchors a {
    display: block;
    position: relative;
    top: 1px;
    border: 1px solid #b1b5bb;
    border-bottom: 0;
    background: url(../images/indiv_tab_bg.jpg) #e8e8e8;
	background-repeat: repeat-x;
    z-index: 2;
    padding: 2px 9px 1px;
    color: #3b81d5;
    text-decoration: none;
	display: inline;

}
.anchors .on a {
    font-weight: bold;
	color: #4a4a4a;
	padding-bottom: 3px;

}

.anchors a:focus, .anchors a:active {
    outline: none; /* @ Firefox 1.5, remove ugly dotted border */
	
}
.anchors .on a, .anchors a:hover, .anchors a:focus, .anchors a:active,
.anchor {
   
	 
}
.anchors .on a:link, .anchors .on a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
	
}
.anchors a:hover, .anchors a:focus, .anchors a:active {
    cursor: pointer;
	 
	
}
.anchor {
    padding: 25px;
	width: 718px;
	margin-left: 5px;
	background: url(../images/tabber_bg.jpg);
	background-repeat: no-repeat;
	padding-bottom: 300px;
}

#container {
}
