﻿html,body
{
    margin-top:0px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    font-size:13px;
    color:#454545;
}

.Container
{
    width:960px;
}

.Container .RightHeader
{
    height:25px; 
    text-align:left; 
    padding-left:10px; 
    line-height:25px; 
    background-color:#f5f5f5; 
    border-bottom:solid 1px #ebebeb;
    color:#fa5b00;
    word-spacing:2px; 
}

.Container .RightFooter
{
    height:25px; 
    text-align:left; 
    padding-left:10px; 
    line-height:25px;
    color:Red;
    word-spacing:2px;
}



a:link,a:active,a:visited
{
    text-decoration:none;
    color:#454545; 
}
a:hover
{
    text-decoration:underline;
    color:#e30022; 
}

.TopHeader
{
    margin-top:0px;
    width:100%;
    text-align:center;
    font-size:13px;
}
.TopHeader .text
{
}
.TopHeader .text div
{
    float:left;
}
.TopHeader .text .rightdiv
{
    float:right;
}

.TopHeader .text span
{
  padding:0 5px 0 5px;
}

.footer
{
    clear:both;
    margin-top:20px;
    font-size:12px;
    text-align:center;
}

.textDiv
{
     height:25px;
     line-height:25px;
     margin-top:2px;
    
}

.EnglishSpan
{
   font-family:Gulim; 
}