﻿html
{
    height: 100%;
}
body
{
    margin: 0px; 
    background-image: url(../images/bg.gif);
    background-repeat: repeat-x;
    
    font-family: Verdana;
    font-size: 12px;
    color: #2b3d62;
}
.text_news
{
    color: #2b3d62;
}
a
{
    color: #2b3d62;
}
.text_credit
{
    color: #2b3d62;
    font-size: 11px;
}
.text_credit a
{
    color: #2b3d62;
    font-size: 11px;
    text-decoration: none;
}
form
{
    margin: 0px;
}
p
{
    margin: 0px;
}
#marqueecontainer
{
    position: relative;
    width: 190px; /*marquee width */
    height: 300px; /*marquee height */
    /*background-color: white;*/
    overflow: hidden;
    border: 0px solid black;
    padding: 0px;
}
.text_cot
{
    font-family: Arial;
    font-size: 14px;
    color: White;
    font-weight: bold;
}
.text_menu
{
    font-family: Verdana;
    font-size: 15px;
    color: #cccccc;
}
.text_menu a
{
    font-family: Verdana;
    font-size: 11px;
    color: #2b3d62;
    font-weight: bold;
    text-decoration: none;
}
.menu_sep
{
    margin-left: 9px;
    margin-right: 9px;
}
.menu_sep_top
{
    margin-left: 5px;
    margin-right: 5px;
}
.submenu
{
    margin: 0px;
    margin-left: -25px;
    color: Red;
    line-height: 20px;
}
.submenu a
{
    color: #2b3d62;
}
.text_pdf
{
    font-family: Verdana;
    font-size: 11px;
    color: Red;
    font-weight: bold;
}
.orderbox
{
    width: 250px;
    height: 18px;
    border: 1px solid #cccccc;
    background-color: #efefef;
    
    font-family: Verdana;
    font-size: 11px;
    color: #2b3d62;
}
.text_order
{
    font-family: Verdana;
    font-size: 12px;
    color: #2b3d62;
    font-weight: bold;
}
.remarksbox
{
    width: 735px;
    height: 150px;
    border: 0px;
    background-color: #efefef;
    
    font-family: Verdana;
    font-size: 11px;
    color: #2b3d62;
}
