#body {
        width: 40em;
        margin: 0 auto;
        font-family: Tahoma, Verdana, Arial, sans-serif;
}

#header {
    background-color:black;
    color:white;
    text-align:center;
    padding:0px;
}

#header .img {
     width: 100%;
     align: middle;
     display: inline;
}

#nav {
    line-height:30px;
    color:#888888;
    background-color:#eeeeee;
    height:300px;
    width:250px;
    float:left;
    padding:10px;
}
#section {
    width:900px;
    float:left;
    padding:25px;
    padding-left: 45px;
}

#nav .btn {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color:#000000;
  background: #eeeeee;
  border: solid #000000 0px;
  text-decoration: none;
}

#nav .btn:hover {
  color:#888888;
  background: #eeeeee;
  border: solid #000000 0px;
  text-decoration: none;
}

#nav .bctlg {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color:#FF0000;
  background: #eeeeee;
  padding: 10px 10px 10px 10px;
  border: solid #000000 0px;
  text-decoration: none;
  display: none;
}

#nav .bctld:hover {
  color:#888888;
  background: #eeeeee;
  border: solid #000000 0px;
  text-decoration: none;
}


#footer {
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
    padding:5px;
}

table.section {
   border: 1px solid black;
   border-collapse: collapse;
}

table.section td, th {
   border: 1px solid black;
   padding: 5px;
}


a:link {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  color:#000000;
}
a:visited {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-decoration: line-through;
  color:#666666;
}
a:hover, a:focus {
  text-decoration: underline overline;
  color:#000000;
}

#section {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  color: black;
  background: white;

}

/*
  ----------------------------------------
*/

.show {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color:black;
  background: #eeeeee;
 }
input.s {
    display: none;
}
.content {
  display: none;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color:black;
  background: #eeeeee;
  overflow: hidden;
  margin: 0 0;
}
br {
   margin: 0 0;
   height: 0pt;
}

hr {
   height: 0pt;
   visibility: hidden;
}

table.tabout tr td {
    border: 0;
    padding: 5px 20px 5px 20px;
    text-align: left;
    vertical-align: top;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    color:#000000;
    background: #ffffff;
    text-decoration: none;
}

tr#trab1 td { color: #FF0000 }
tr#trab2 td { color: #FF0000 }

