﻿body
{
    margin: 0px;
    font-size: 12px;
}
a
{
    color: #333333;
}
a:link, a:visited
{
    color: #333333;
    text-decoration: none;
}
a:hover
{
    color: #333333;
    text-decoration: underline;
}
.MainTable
{
    border-left: solid 1px #AAA;
    border-right: solid 1px #AAA;
}
.LogoTitle
{
    font-size: 25px;
    font-weight: bold;
    color: #025C9A;
}
.HeadMenu
{
    width: 100%;
    vertical-align: bottom;
}
.HeadMenu li
{
    float: left;
    width: 120px;
    text-align: center;
    border-right: dashed 1px #FFF;
    line-height: 20px;
    font-weight: bold;
}

.HeadMenu li a
{
    color: White;
    font-size: 16px;
    margin-bottom: 10px;
}

.HeadMenu li a:link, .HeadMenu li a:visited
{
    color: White;
    text-decoration: none;
}
.HeadMenu li a:hover, .HeadMenu li a:active
{
    color: White;
    text-decoration: underline;
}
.SubMenu
{
    width: 100%;
    vertical-align: bottom;
    color: White;
    margin-top: 15px;
}
.SubMenu a
{
    font-size: 14px;
    color: White;
    padding-left: 5px;
    padding-right: 15px;
}

.SubMenu a:link, .SubMenu a:visited
{
    color: White;
    text-decoration: none;
}
.SubMenu a:hover, .SubMenu a:active
{
    color: White;
    text-decoration: underline;
}
.InfoTitle
{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 3px;
}
.DashLine
{
    border-bottom: dashed 1px #999999;
    line-height:25px;
    height:25px;
}
A.con2:link
{
    font-size: 12px;
    color: #FF6600;
    text-decoration: none;
    height:20px;
}
A.con2:visited
{
    font-size: 12px;
    color: #FF6600;
    text-decoration: none;
    height:20px;
}
A.con2:hover
{
    font-size: 12px;
    color: #FF6600;
    text-decoration: underline;
    height:20px;
}