body, html
{
scrollbar-face-color: #CDCDC9;
scrollbar-3dlight-color: #A0A09A;
scrollbar-arrow-color: #A0A09A;
scrollbar-darkshadow-color: #CDCDC9;
scrollbar-shadow-color: #A0A09A;
scrollbar-base-color: #CDCDC9;
scrollbar-track-color: #CDCDC9;
scrollbar-highlight-color: #CDCDC9;

background-color: #FFF;
color: #000000;
margin: 0px;
background-image: none;

font-family: Verdana, Arial;
font-size: 15px;
}

div.center
{
text-align: center;
}

table.center
{
margin: auto;
text-align: left;
background-color: #FFF;
border: none;
}

h1.header
{
display: block;
width: 500px;
height: 20px;
background-color: #FFF;
font-family: Verdana, Arial;
font-size: 15px;
font-weight: bold;
text-decoration: none;
color: #000;
text-align: center;

border: none;
}

h2, h3, h4 {
    font-size: 15px;
    font-weight: bold;
}

ol
{
font-family: Verdana, Arial;
font-size: 13px;
color: #000000;
}

ul
{
font-family: Verdana, Arial;
font-size: 13px;
color: #000000;
list-style-type: disc;
list-style-image: none;
}

hr.line
{
color: #000;
background: #000;
height: 1px;
border: 0px;
}

span.mini
{
font-family: Verdana, Arial;
font-size: 11px;
color: #000;
}

span.footer
{
font-family: Verdana, Arial;
font-size: 11px;
color: #000;
}

table.footer {
    background-color: #FFF;
}


p.text
{
display: block;
width: 500px;

font-family: Verdana, Arial;
font-size: 15px;
color: #000000;
text-align: left;
}

.rowa
{
background-color: #EFF0EF;
}

.rowb
{
background-color: #FFF;
}

.content
{
background-color: #FFF;
}

img
{
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px
}

a:link, a:active, a:visited
{
text-decoration: underline;
color: #000000;
}
a:hover
{
text-decoration: underline;
color: #000000;
}

.footer a:link, .footer a:active, .footer a:visited
{
text-decoration: underline;
color: #000000;
}
.footer a:hover
{
text-decoration: underline;
color: #3E3E3E;
}

a.nav:link, a.nav:active, a.nav:visited, a.actnav:link, a.actnav:active, a.actnav:visited
{
display: none;
}
a.nav:hover, a.actnav:hover
{
display: none;
}

a.subnav:link, a.subnav:active, a.subnav:visited
{
display: none;
}
a.subnav:hover
{
display: none;
}

input
{
padding-left: 5px;

border: #848484 1px solid;

font-size: 13px;
font-family: Verdana, Arial;
color: #000;

background-color: #F0F0F0;
}

input.search_input
{
padding-left: 5px;

height: 11px;

border: #848484 1px solid;

font-size: 9px;
font-family: Verdana, Arial;
color: #000;
}

input.search_button
{
padding-left: 5px;

height: 15px;

border: #848484 1px solid;

font-size: 9px;
font-family: Verdana, Arial;
color: #000;
}

textarea
{
padding-left: 5px;

border: #848484 1px solid;

font-size: 13px;
font-family: Verdana, Arial;
color: #000;

background-color: #F0F0F0;
}

select
{
border: #848484 1px dashed;

font-size: 13px;
font-family: Verdana, Arial;
color: #000;

background-color: #F0F0F0;
}

.error
{
    background-color:#FFF
}