<!--
.center {
width:60%;
margin:20px auto 0 auto;
}

.marginbot {
margin-bottom:15px;
}

ul.list li {
list-style-type:none;
margin-left:20px;
}

ul.tabs {
width:100%;
overflow:hidden;
}

ul.tabs li {
list-style-type:none;
display:block;
float:left;
color:#fff;
padding:8px;
margin-right:2px;
border-bottom:2px solid #fa7b2e;
background-color:#fa7b2e;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
cursor:pointer;
}

ul.tabs li:hover {
background-color:#92d13f;
}

ul.tabs li.current {
border-bottom:2px solid #fa7b2e;
background-color:#fa7b2e;
padding:8px;
}

.tabscontent {
border-top:2px solid #fa7b2e;
display:none;
width:99%;
text-align:justify;
font-family:'open_sansregular'; font-size:15px; color:#000; padding:5px;
line-height:26px;
}

.tabscontent  ul{list-style:none;}


-->

