﻿html
{
    height: 100%;
}
body
{
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url(../images/bg.gif);
    
    font-family: Verdana;
    font-size: 11px;
    color: #005070;
}
.text_credit
{
    color: #ffffff;
    font-size: 11px;
}
.text_credit a
{
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
}
form
{
    margin: 0px;
}
p
{
    margin: 0px;
}
#marqueecontainer
{
    position: relative;
    width: 190px; /*marquee width */
    height: 150px; /*marquee height */
    /*background-color: white;*/
    overflow: hidden;
    border: 0px solid black;
    padding: 0px;
}
.text_menu
{
    font-weight: bold;
    font-size: 11px;
    color: #cfe8f0;
    text-decoration: none;
}
.text_menu_on
{
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}
.text_cot
{
    font-size: 18px;
}
.submenu
{
    background-color: #cfe8f0;
    border-bottom: 2px solid #ffffff;
    height: 20px;
    text-align: left;
}
.subsubmenu
{
    background-color: #ecf5f8;
    border-bottom: 2px solid #ffffff;
    height: 20px;
    text-align: left;
}
.subsubsubmenu
{
    background-color: #f3fcff;
    border-bottom: 2px solid #ffffff;
    height: 20px;
    text-align: left;
}
.submenu a
{
    color: #005070;
    text-decoration: underline;
}
.subsubmenu a
{
    color: #005070;
    text-decoration: underline;
}
.subsubsubmenu a
{
    color: #005070;
    text-decoration: underline;
}
.searchbox
{
    width: 130px;
    height: 13px;
    border: 1px solid #cfe8f0;
    background-color: #ebf3fa;
    
    font-family: Verdana;
    font-size: 12px;
    color: #005070;
}
.contactbox
{
    width: 210px;
    height: 18px;
    border: 1px solid #8fc7df;
    background-color: #cfe8f0;
    
    font-family: Verdana;
    font-size: 12px;
    color: #005070;
}
.contactcombo
{
    width: 214px;
    height: 21px;
    border: 1px solid #8fc7df;
    background-color: #cfe8f0;
    
    font-family: Verdana;
    font-size: 12px;
    color: #005070;
}
.text_footer
{
    font-size: 10px;
}