.tab 
{
      margin-left : 15px;
      font-family:Verdana;
      font-size:13px;
}
.item
{
      background: #316271;
      color: white;
      text-transform: capitalize;
      padding-left:5px;
      padding-right:5px;
      padding-bottom: 5px;
      padding-top: 5px;
}
.selectedTab
{
      font-style: italic;
      font-weight: bold;
      background: black;
}
.tab a:hover
{
      text-decoration: underline;  
}
.conteudo
{
	margin-left:15px;
    margin-bottom:10px;
    border-bottom-style:groove;
    border-bottom-width:2px;
        border-left-style:groove;
    border-left-width:2px;
        border-right-style:groove;
    border-right-width:2px;
        border-top-style:groove;
    border-top-width:2px;
}

