/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    background-color: white;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    color: #003366;
}
H1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    margin: 0px;
}

H2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    margin: 0px;
}

H3
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    margin: 0px;
}

H4
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: 500;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H5, DT
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H6
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

TFOOT, THEAD
{
    font-size: 1em;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
}

TH
{
    vertical-align: baseline;
    font-size: 1em;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
}
TD
{
    font-size: 0.8em;
}

A:link
{
    text-decoration: none;
}

A:visited
{
    text-decoration: none;
}

A:active
{
    text-decoration: none;
}

A:hover
{
    text-decoration: none;
}

SMALL
{
    font-size: .7em;
}

BIG
{
    font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
    font-family: Courier New, monospace;
}


UL LI
{
    list-style-type: disc;
}

UL LI LI
{
    list-style-type: disc;
}

UL LI LI LI
{
    list-style-type: circle;
}

OL LI
{
    list-style-type: decimal;
}

OL OL LI
{
    list-style-type: lower-alpha;
}

OL OL OL LI
{
    list-style-type: lower-roman;
}
LI
{
    list-style-position: outside;
    list-style-type: disc;
}
TEXTAREA
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
}
.pageborder
{
    border: 2px solid #BEB997;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.topmenu
{
    color: #336699;
    background-color: #EFECD9;
    font-size: .9em;
}
:hover.topmenu
{
    color: #BEB997;
}
.topmenu1
{
    background-color: #D9D4B6;
}
.topmenu2
{
    background-color: #C8C4A7;
}
.sidemenu
{
    color: #336699;
    background-color: #C8C4A7;
    font-size: 0.95em;
}
:hover.sidemenu
{
    color: #FFFFFF;
    background-color: #C8C4A7;
}
.sidemenu1
{
    color: #000000;
    font-size: 1.15em;
}
:hover.sidemenu1
{
    color: #FFFFFF;
}
.footer
{
    color: #FFFFFF;
    background-color: #C8C4A7;
    font-size: .9em;
}
.textheading1
{
    color: #BEB997;
    background-color: white;
    font-size: 1.2em;
    margin: 0;
    font-weight: 600;
}
.textheading2
{
    color: #808080;
    background-color: white;
    font-size: 1em;
    margin: 0;
}
.textbody
{
    color: black;
    background-color: #EAE6CD;
    font-size: .8em;
}
