﻿html
{
    height: 100%;
}
body
{
    margin: 0px;
    
    font-family: Verdana;
    font-size: 12px;
    color: #333333;
}
.text_credit
{
    color: #333333;
    font-size: 10px;
}
.text_credit a
{
    color: #333333;
    font-size: 10px;
    text-decoration: none;
}
form
{
    margin: 0px;
}
p
{
    margin: 0px;
}
img
{
    border: 0px;
}
#marqueecontainer
{
    position: relative;
    width: 170px; /*marquee width */
    height: 170px; /*marquee height */
    /*background-color: white;*/
    overflow: hidden;
    border: 0px solid black;
    padding: 0px;
    direction: ltr;
}
.menu
{
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}
.menu_over
{
    color: #d10021;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}
.text_cot
{
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 13px;
}
.text_cot_sub
{
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 13px;
}
.submenu a
{
    color: #333333;
    line-height: 18px;
    font-weight: normal;
    font-size: 13px;
}
.text_news a
{
    color: #333333;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
}