﻿html
{
    height: 100%;
}
body
{
    margin: 0px;
    background-repeat: repeat-x;
    background-position: top center;
    
    font-family: Verdana;
    font-size: 11px;
    color: #004770;
    line-height: 17px;
}
.text_credit
{
    color: #004770;
    font-size: 10px;
}
.text_credit a
{
    color: #000000;
    font-size: 10px;
    text-decoration: none;
}
form
{
    margin: 0px;
}
p
{
    margin: 0px;
}
a
{
    color: #004770;
}
img
{
    border: 0px;
}
hr
{
    color: #a2a4b1;
    height: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#marqueecontainer
{
    position: relative;
    width: 275px; /*marquee width */
    height: 150px; /*marquee height */
    /*background-color: white;*/
    overflow: hidden;
    border: 0px solid black;
    padding: 0px;
    direction: ltr;
}
.text_news
{
    color: #004770;
}
.text_news a
{
    color: #004770;
    font-weight: bold;
    text-decoration: none;
}
.cot
{
    height: 30px;
    border: 1px solid #dddddd;
    background-color: #efefef;
    text-align:left;
    font-weight:bold;
    font-size:12px;
}
.menu
{
    height: 16px;
    border: 1px solid #dddddd;
    background-color: #efefef;
    text-align:left;
    padding-left:17px;
    font-weight:normal;
    background-image:url(../images/bullet_menu.gif);
    background-repeat:no-repeat;
    background-position:center left;
    cursor: pointer;
}
.menu_over
{
    height: 16px;
    border: 1px solid #dddddd;
    background-color: #efefef;
    text-align:left;
    padding-left:17px;
    font-weight:bold;
    text-decoration: underline;
    background-image:url(../images/bullet_menu.gif);
    background-repeat:no-repeat;
    background-position:center left;
    cursor: pointer;
}
.submenu
{
    height: 16px;
    border: 1px solid #cbcbcb;
    background-color: #dcdcdc;
    text-align:left;
    padding-left:28px;
    font-weight:normal;
    background-image:url(../images/bullet_submenu.gif);
    background-repeat:no-repeat;
    background-position:center left;
    cursor: pointer;
}
.submenu_over
{
    height: 16px;
    border: 1px solid #cbcbcb;
    background-color: #dcdcdc;
    text-align:left;
    padding-left:28px;
    font-weight:bold;
    text-decoration: underline;
    background-image:url(../images/bullet_submenu.gif);
    background-repeat:no-repeat;
    background-position:center left;
    cursor: pointer;
}
.menu_header
{
    font-weight: bold;
    padding: 10px;
}
.link_header
{
    color: #004770;
    font-weight: bold;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
}
.link_header_over
{
    color: #004770;
    font-weight: bold;
    text-decoration: none;
    background-color: #e9e9e9;
    padding-right: 10px;
    padding-left: 10px;
}
.mainmenu
{
    background-image:url(../images/mainmenu_bg.gif);
    background-repeat: repeat-x;
}
.mainmenu_over
{
    background-image:url(../images/mainmenu_bg_over.gif);
    background-repeat: repeat-x;
}
.mainmenu a
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 4px;
}
.mainmenu_over a
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 4px;
}