
p {color: rgb(0,0,0); font-family:Veranda,sans-serif;}

#header {
position: relative; top: 0; bottom: 150px; left: 0; right: 100%;
width:100%;
height: 100px;
padding: 0;
margin-top: 0;
margin-left: 0;
background-color: white;
color: black;
font-family:Veranda,sans-serif;
/* overflow: none; */
}

.header {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        width: 100%;
        padding: 0px;
        border-style: ridge;
        border-width: 1px;
        border-color: navy;
}

.header1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        width: 100%;
        padding: 0px;
        border-style: ridge;
        border-width: 1px;
        border-top-width: 0px;
        border-bottom-width: 1px;
        border-color: navy;
}

.copyright {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 7pt;
        color: gray;
        font-weight: normal;
}

.required {
        font-size: 8pt;
        font-weight: bold;
        color: red;
}


.localform {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        color: navy;
        font-weight: bold;
}

.bigerror {
        font-size: 12pt;
        background-color: yellow;
        padding: 5px;
        height: 50px;
        width: 350px;
        font-weight: bold;
        font-family: arial;
        color: black;
        border-width: 1px;
        border-style: solid;
        border-color: black;
}

.error {
        font-size: 8pt;
        font-weight: bold;
        font-family: arial;
        color: red;
}

.warn {
        font-size: 8pt;
        font-weight: normal;
        font-family: arial;
        color: red;
}

.listingentry {
        font-size: 8pt;
        font-family: arial;
}

.billingfields {
        font-size: 8pt;
        font-family: arial;
        background-color: white;
        height: 100%;
}


BODY {
margin-right: 0;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
color: #000000;
font-family:Veranda,sans-serif;
}

table.t1 {
font-family:Arial, sans-serif;
font-size: 10pt;
}

a {
/* color: royal; */
font-weight: bold;
text-decoration: none;
}

.navitem {
font-weight: bold;
/* text-align: justify;*/
}

.navitem a {
text-decoration: none;
color: white;
}

.navitem a:hover {
color: red;
}


