#tabs{
    margin-left: 0px;
    padding: 0;
    background: transparent;
    voice-family: ""}"";
    voice-family: inherit;
    padding-left: 5px;
}
#tabs ul{
    font: bold 11px Arial, Verdana, sans-serif;
    margin:0;
    padding:0;
    list-style:none;
}
#tabs li{
    display:inline;
    margin:0 3px 0 0;
    padding:0;
    text-transform:uppercase;
}
#tabs a{
    float:left;
    background:#7E94B9 url(/images/tabs_left.gif) no-repeat left top;
		color: #ffffff;
		font-weight: bold;
    margin:0 3px 0 0;
    padding:0 0 1px 3px;
    text-decoration:none;
}
#tabs a span{
    float:left;
    display:block;
    background: transparent url(/images/tabs_right.gif) no-repeat right top;
    padding:6px 15px 4px 12px;
}
#tabs a span{float:none;}
#tabs a:hover{background-color: #42577B;color: #ffffff;}
#tabs a:hover span{background-color: #42577B;}
#tabs .active_tab span, #tabs .active_tab { background-color: #42577B; color:#ffffff;}
.tab_content {
    clear:both;
    border:1px solid #7E94B9;
    padding: 15px 10px;
    background-color:#ffffff;
}
.tab_content p {
	padding: 10px 5px;
	font-size: 13px;
	line-height: 14px;
}
.tab_content img {
	margin-left: 150px;
	margin-bottom: 10px;
	border: solid 1px #cccccc;
	padding: 3px;
}
.tab_content b {
	font-size: 14px;
	text-decoration: underline;
}
.tab_content .red {
	font-size: 13px;
}