/* --------------------------- common --------------------------- */
HTML, BODY
{
    height: 100%;
    background: #BDD6FF url(../images/back1.jpg);
}

BODY, td
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000066;
}
a
{
    color: #0000CC;
    text-decoration: underline;
}
a:hover
{
    color: #ED6267;
    text-decoration: underline;
}
table
{
}
/* --------------------------- main menu --------------------------- */
a.mainMenu
{
    font-family: arial, sans-serif;
    color: #0A1370;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none;
}
a.mainMenu:hover
{
    color: #FB0301;
    text-decoration: none;
}
/* --------------------------- content --------------------------- */
#content
{
    vertical-align: top;
    padding: 0 10px 30px 10px;
    line-height: 20px;
}
h1
{
    margin-top:0px;
    margin-bottom:5px;
    margin-left: 15px;
    font-family: verdana, arial, sans-serif;
    font-size: 18px;
    color: #000066;
}
h2
{
    margin-top:0px;
    margin-bottom:5px;
    margin-left: 15px;
    font-family: verdana, arial, sans-serif;
    font-size: 16px;
    color: #000066;
}
h3
{
    margin-top:0px;
    margin-bottom:5px;
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    color: #000066;
}
p
{
    margin: 8px 0 8px 0;
}
/* --------------------------- footer --------------------------- */
.copyright
{
    font-size: 11px;
    color: #000;
}
a.copyright
{
    text-decoration: none;
    color: #666;
}
a.copyright:hover
{
    color: #000;
    text-decoration: underline;
}
.footer
{
    background: #C09772;
    border-top: 1px solid #532F17;
}
.footer a
{
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
.footer a:hover
{
    color: #EBE5D9;
    text-decoration: none;
}
/* --------------------------- misc --------------------------- */
.topNote
{
    vertical-align: bottom;
    padding: 0 0 6px 30px;
    color: #371681;
    font-size: 13px;
    font-weight: bold;
}
.lineH
{
    border-bottom: 1px solid #AAAAAA;
}
.alertText, .okText
{
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    font-family: Arial;
    margin-top: 20px;
}
.alertText
{
    color: #950000;
    font-size: 14px;
    text-align: center;
    margin: 10px 0 30px 0;
}
.okText
{
    color: #000000;
    text-align: center;
}

