html, body 
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Gill Sans MT', 'Times New Roman' , Times, serif;
    font-size: 12px;
    color: rgb(150, 150, 150);
    background: rgb(0, 0, 0);
}
table, tr 
{
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    vertical-align: top;
}
h1, h2, h3, h4 
{
    font-weight: normal;
    letter-spacing: -0.75px;
}
h1 
{
    font-size: 28px;
    color: rgb(240, 240, 240);
    margin: 10px 0 0 0;
}
h2 
{
    font-size: 22px;
    color: rgb(230, 230, 230);
    margin: 0;
}
h3 
{
    font-size: 18px;
    color: rgb(220, 220, 220);
    margin: 8px 0 0 0;
}
h4 
{
    font-size: 16px;
    color: rgb(210, 210, 210);
    margin: 5px 0 0 0;
}
a 
{
    color: #3c6cc0;
    text-decoration: none;
}
a:hover 
{
    text-decoration: underline;
}
hr 
{
    width: 95%;
    border-color: rgb(50, 50, 50);
}
img 
{
    border: 1px solid #000000;
}
td#header 
{
    background: url(images/header.jpg) no-repeat right;
    height: 155px;
}
td#nava 
{
    height: 25px;
}
td#logo 
{
    height: 100px;
    text-align: left;
}
div#menub, .menub
{
    width: 100%;
    height: 30px;
    text-align: center;
    border-bottom: solid 1px #003366;
}
td#shadow-top 
{
    height: 30px;
}
td#footer 
{
    border-top: solid 1px rgb(0, 0, 0);
    color: rgb(50, 50, 50);
}
div#navc 
{
    padding: 8px 10px 0 10px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}