﻿body   
{
    background-color: #56a9c8;
    /*background-image:url('../images/background.jpg');*/
    background-repeat:no-repeat;
    background-position:bottom;
    margin: 0px;
    padding: 0px;
}

a:link, a:visited
{
    color: #ffffff;
    text-decoration: none;
    font-size:9pt;
}

a:hover
{
    color: #ffffff;
    text-decoration: underline;
    font-size:9pt;
    font-weight:bold;
}

a:active
{
    color: #ffffff;
    text-decoration: underline;
    font-size:9pt;
}

p
{
    color: #ffffff;
    font-family:Arial;
    font-size:9pt;
}

td
{
    color: #ffffff;
    font-family:Arial;
    font-size:9pt;
}

input
{
    color: #505050;
    font-family:Arial;
    font-size:9pt;
}

select
{
    color: #505050;
    font-family:Arial;
    font-size:9pt;
}

textarea
{
    color: #505050;
    font-family:Arial;
    font-size:9pt;
}

/* Footer Links */
a.footer:link
{
    font-family:Arial;
    color: #505050;
    text-decoration: none;
    font-size:9pt;
}

a.footer:visited
{
    font-family:Arial;
    color: #505050;
    text-decoration: none;
    font-size:9pt;
}

a.footer:hover
{
    font-family:Arial;
    color: #505050;
    text-decoration:underline;
    font-size:9pt;
}

a.footer:active
{
    font-family:Arial;
    color: #505050;
    text-decoration: underline;
    font-size:9pt;
}
/* Footer Links End */

.HeadText
{
    font-family:Arial;
    font-size:19pt;
    font-weight:normal;
    color:#ffffff;
}

.SubText
{
    font-family:Arial;
    font-size:11pt;
    font-weight:bold;
    color:#ffffff;
}

.Text
{
    font-family:Arial;
    font-size:9pt;
    font-weight:normal;
    color:#ffffff;
}

.Footer
{
    font-family:Arial;
    font-size:9pt;
    font-weight:normal;
    color:#505050;
}

.BackColorTab
{
                    
    border:1px solid #ffffff;
}