﻿*
{
    outline-style: none;
}

html
{
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}

body 
{
    background-color: #808080;
    font-family: Helvetica;
    font-size: 8pt;
    margin: 0;
    padding: 0;
}

.Header, .HeaderWithTab
{
    background-image: url(../images/header.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    height: 178px;
    margin: 0 auto;
    position: relative;
    width: 1028px;
}

.HeaderWithTab
{
    background-image: url(../images/header_tab.jpg);
}

.LogoLink
{
    display: block;
    height: 85px;
    position: absolute;
    top: 42px;
    left: 100px;
    width: 525px;
}

.ContentA
{
    background-image: url(../images/canvas_content.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    height: 469px;
    margin: 0 auto;
    width: 1028px;
}

.Footer
{
    background-image: url(../images/canvas_footer.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    height: 89px;
    margin: 0 auto;
    padding: 0 0 0 65px;    
    width: 1028px;
}

.Footer table
{
    border-style: none;
    margin: 0 auto;
    width: 875px;
}

.Footer table th, .Footer table td
{
    border-style: none;
    color: #FFF;
    font-size: 9pt;
    line-height: 15pt;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
}

.Footer table th img
{
    height: 25px;
    width: 175px;
}

.Footer table td
{
    padding: 2px 0 0 3px;
}

.Footer table td a,  .Footer table td a:visited
{
    color: #fff;
}

.StyledInput
{
    color: #ff9501;
}

.Watermark
{
    color: #808080;
}

ul.FortuneList
{
    color: #808080;
    font-size: 12pt;
    list-style-type: none;
    height: 355px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 800px;
}

ul.FortuneList li
{
    display: block;
    float: left;
    height: 55px;
    margin: 0 10px 22px 0;
    overflow: hidden;
    width: 390px;
}

.MoreLink, .MoreLink:visited
{
    color: #808080; 
    font-weight: bold;
    margin-right: 150px;
}

.MoreLink:hover
{
    color: #ff9501; 
}

.FontA3
{
    font-size: 30pt;
    line-height: 34pt;  
    overflow: hidden;
}

.FontA2
{
    font-size: 18pt;
    line-height: 22pt;  
    overflow: hidden;
}

.FontA1
{
    font-size: 12pt;
    line-height: 16pt;  
    overflow: hidden;
}

.FontB3
{
    font-size: 28pt;
    line-height: 32pt;  
    overflow: hidden;  
}
.FontB2
{
    font-size: 16pt;
    line-height: 20pt;  
    overflow: hidden;  
}
.FontB1
{
    font-size: 10pt;
    line-height: 14pt;  
    overflow: hidden;  
}

.FontC3
{
    font-size: 16pt;
    line-height: 20pt;  
    overflow: hidden;  
}

.FontC2
{
    font-size: 12pt;
    line-height: 16pt;  
    overflow: hidden;  
}

.FontC1
{
    font-size: 8pt;
    line-height: 12pt;  
    overflow: hidden;  
}