body
{
    background-color: #dedee0;
    text-align: center;
    height: 95%;
}
.Main
{
    background-color: #f7f3fb;
    width: 94%;
    padding: 1.7%;
    border: #6666ff 1px solid;
    height: 94%;
}
.Title
{
    color: #FFFFFF;
    font-size: 36px;
    font-weight: bold;
    background-color: #9999ff; 
    border: #000000 1px solid;
    padding-bottom:0%;
    padding-top:0%;
    vertical-align:middle;
    height: 94px;
    text-align: left;
    
}

.MenuItemH
{
    background-color: #b4b7ff;
    color: #b4b7ff;
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    padding-right:30px;
}

.MenuItem
{
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    padding-right:30px;
    
}
.Menu
{
    background-color: #b4b7ff;
    border: #000000 1px solid;
    border-top: 0;
    padding-bottom: 0%;
    padding-top: 0%;
    padding-left:20px;
    vertical-align: middle;
    height: 33px;
    text-align: left;
} 
.PageBody
{
    background-color: #fbfeff;
    border: #000000 1px solid;
    border-top: 0;
    padding-bottom: 0%;
    padding-top: 0%;
    padding-left: 20px;
    vertical-align: middle;
    height: 100%;
    text-align: left;
    font-size: 16px;
    font-family: Arial;
}
.Tip
{
    color: #000000;
    font-size: 13px;
    font-family: Arial;
    background-color: #e9e9df;
    width: 90%;
    border: #000000 1px solid;
    font-weight: lighter;
    vertical-align: middle;
    padding: 1%;
    padding: 1%;
}
.Option
{
    color: #548eff;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.Text
{
    font-size:14px;
    font-family:Arial;
    text-align: left;
}


.Button
{
    display: block;
    height: 26px;
    line-height: 26px;
    vertical-align: top;
    font-size: 11px;
    font-weight: bold;
    border: 0 none;
    margin: 0 0 0 0;
    width: 100px;
    color: #9192ff;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align:center;
    background: url(images/button.gif)  top left no-repeat;
}

.Line 
{ 
    width:100%;
}
.CopyRight
{
    font-size: 11px;
    font-weight: bold;
    color: #9192ff;
    text-align:center;
    vertical-align:bottom;
    padding-bottom:10px;
}
.SubTitle
{
    font-weight: bold;
    font-size: 18px;
    color: #0066ff;4
    font-family: Tahoma;
}
.BigSubTitle
{
    font-weight: bold;
    font-size: 22px;
    color: #0066ff;
    font-family: Tahoma;
}
.MiniSubTitle
{
    font-size: 14px;
    color: #4174c0;
    font-family: Arial;
}
.MedSubTitle
{
    font-weight: bold;
    font-size: 18px;
    color: #859aff;
    font-family: Arial; 
}
.FeatureTitle
{
    font-weight: bold;
    font-size: 18px;
    color: #990033;
    font-family: Arial;
}
.AwardTitle
{
    font-weight: bold;
    font-size: 18px;
    color: #00aa00;
    font-family: Arial;
    padding-bottom:10px;
}