body   { background-color: white; margin: 0px; padding: 0px }
p  { color: #696969; font-size: 11px; line-height: 150%; font-family: Verdana, "Lucida Sans", "Trebuchet MS", Geneva, sans-serif; text-align: justify; letter-spacing: 1px }
h1   { color: #a9a9a9; font-weight: 300; font-size: 25px; font-family: Arial, Verdana, Geneva, "Lucida Sans", sans-serif }
td {}
.portcell  { color: #696969; font-weight: bold; font-size: 12px; font-family: verdana, Helvetica, Geneva, Swiss, SunSans-Regular; padding-top: 15px; padding-bottom: 15px }
h3 { color: #696969; font-weight: bold; font-size: 12px; font-family: verdana, Helvetica, Geneva, Swiss, SunSans-Regular }

#tabs{
    position: relative;
    margin-top: 0px;
    height: 29px;
}

#tabs ul{
    list-style: none;
}
#tabs ul li{
    float: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border: 1px solid #eee;
    color: #9f9f9f;
    font-family: arial, sans-serif;
    border-bottom: 0;
    margin-right: 1px;
    padding: 5px 8px;
    background-color: #fff;
    background-repeat: repeat-x;
    cursor: pointer;

}

