/* tabs */
.anchors {
    list-style: none;
    margin: 0;
    padding:20px 0 0 0;
}

.anchors:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.anchors li {
    display:inline;
    float: left;
    margin: 0;
	padding:0;
	background-color:#E1E1E1;
}

.anchors a {
    display:block;
    line-height:1.2;
	padding:5px 12px 5px 12px;
}

.anchors .on a {
    font-weight: bold;
}

.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
{
    background: #ffffff;    
}
.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 {
    clear:both;
	line-height:1.5em;
	padding-bottom:15px;
	padding-left:25px;
	padding-right:10px;
	padding-top:15px;	
	position:relative;
}
.bc {
	display:none;
}
.bc{width:520px; text-align:left; background-color:#F1F1F1; margin:auto;}
