/* WPT STYLES */

.pageheader {
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 26px;
    color: #000033; /* #333366; */
}


.menubox {
    font-size: 10px;
    font-family: verdana, arial, tahoma, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #f0f033;
}
.menubox a:link, .menubox a:visited {
    font-size: 9px;
    color: white;
    text-decoration: none;
}
.menubox a:hover, .menubox a:active {
    font-size: 9px;
    color: #f0f033;
    text-decoration: underline;
}

.filingbox {
    font-size: 9px;
    font-family: verdana, arial, tahoma, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #f0f033;
}

.textbox, .textbox td {
    /* background: url("../images/world-light.gif"); */
    /* background-repeat: no-repeat; */
    font-family: verdana, arial, tahoma, sans-serif;
    font-weight; light;
    font-size: 12px;
    color: #002266;
}
.textbox a:link {
    color: #000033;
    text-decoration: underline;
}
.textbox a:visited {
    color: #000033; /* black */
    text-decoration: underline;
}
.textbox a:active, .textbox a:hover {
    color: #993333;
    text-decoration: underline;
}



h4 {
    font-family: arial, verdana, tahoma, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #993333; /*#333366; /*rgb(55,70,117);*/
}
.h4extra {
    font-weight: extra-bold;
    font-size: 16px;
    color: #333366;
}


.bottombox {
    background: url("../images/logo-bottom.gif") right top;
    background-repeat: no-repeat;

}


.bottomlinks {
    font-family: verdana, arial, tahoma, sans-serif;
    font-weight: light;
    text-transform: uppercase;
    font-size: 10px;
}
.bottomlinks a:link, .bottomlinks a:visited {
    text-decoration: none;
    color: #003366;
}
.bottomlinks a:hover, .bottomlinks a:active {
    text-decoration: underline;
    color: #993333;
}

.bottomline1 {
    background-color: #993333;
}
.bottomline2 {
    background-color: #993333;
}

.disclaimer {
    font-family: verdana, arial, tahoma, sans-serif;
    font-size: 10px;
    color: rgb(151,80,43); /* rgb(55,70,117); */
}









