/***********************************************************************
* General style
/***********************************************************************/

Body 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
Table
{
    font-size: 11px;
}

/***********************************************************************
* Text style
/***********************************************************************/

.Text13_Bold_White
{
    font-size: 13px;
    font-weight: bold;
    color: White;
}
.Text11_Bold_Blue
{
    font-size: 11px;
    font-weight: bold;
    color: #3F4096;
}
.Text11_Gray
{
    font-size: 11px;
    color: #AAAAAA;
}

/***********************************************************************
* Link style
/***********************************************************************/

a.TopMenu_Link:link,
a.TopMenu_Link:visited
{
    text-decoration: none;
    font-size: 11px;
    color: #7F7F7F;
    text-indent: 0px;
}
a.TopMenu_Link:hover
{
    text-decoration: none;
    font-size: 11px;
    color: #7F7F7F;
    font-weight: bold;
    text-indent: 0px;
}
a.Menu_Link:link,
a.Menu_Link:visited
{
    text-decoration: none;
    font-size: 11px;
    color: #404040;
}
a.Menu_Link:hover
{
    text-decoration: none;
    font-size: 11px;
    color: #DF002A;
}

a.Menu_Link_Home:hover,a.Menu_Link_Home:link, a.Menu_Link_Home:visited, a.Menu_Link_Home:active
{
    text-decoration: none;
    font-size: 11px;
    color: #FFFFFF;
}

a.Lang_Link:link,
a.Lang_Link:visited
{
    text-decoration: none;
    font-size: 11px;
    color: #7F7F7F;
    text-indent: 0px;
}

a.Lang_Link:hover {
    text-decoration: underline;
    font-size: 11px;
    color: #7F7F7F;
    font-weight: bold;
    text-indent: 0px;
}
