/* article.css */

#PageBody {
    background-image: url(bg.png);
    background-repeat: repeat;
    background-color: #fffff0;
    color: #000066;
    padding: 0 0 50px 0;
}

#PageBody h3 {
    background-color: #ffffffbf;
    font-size: 15pt;
    padding: 15px 25px;
    margin: 0;
}


#PageBody .TextPane {
    width: 530px;
    background-color: #ffffff;
    color: #000000;
    font-family: sans-serif;
    font-size: 12pt;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    line-height: 1.4;
    padding: 9px 15px 12px 15px;
    border: 3px groove #80a0c0;
    margin: 20px auto 0 60px;
}

#PageBody .TextPane h4 {
    font-size: 13pt;
    margin-top: 12pt;
    margin-bottom: 4pt;
}

#PageBody .TextPane hr {
    height: 1px;
    color: black;
    margin-top: 9pt;
    margin-bottom: 9pt;
}

#PageBody .TextPane p {
    line-height: 1.5;
    margin-bottom: 12pt;
}

#PageBody .TextPane address {
    font-family: cursive;
    font-size: 10pt;
    font-style: italic;
    font-weight: normal;
    margin: 0 1em 14pt 12pt;
}

#PageBody .TextPane dfn {
    color: #cc3300;
    font-weight: bold;
    font-style: italic;
}

#PageBody .TextPane var {
    white-space: normal;
    color: #3300cc;
    font-weight: bold;
    font-style: italic;
}

#PageBody .TextPane .BigBold {
    font-weight: bold;
    font-style: italic;
}



#PageBody .TextPane .ImagePane {
    background-color: #f0f7ff;
    color: #000000;
    font-family: sans-serif;
    font-size: 9pt;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    padding: 0 0 5px 0;
    border: 1px solid black;
    margin: 0 0 30px 0;
}

#PageBody .TextPane .ImagePane img {
    display: block;
    padding: 0;
    border: 0;
    margin: 0 auto 5px auto;
}

#PageBody .TextPane .Head {
    float: right;
    width: 200px;
    margin-left: 10px;
}
#PageBody .TextPane .Main {
    float: right;
    width: 180px;
    margin-left: 10px;
}
#PageBody .TextPane .Right {
    float: right;
    margin-left: 10px;
}
#PageBody .TextPane .Left  {
    float: left;
    margin-right: 10px;
}


#PageBody .TextPane .ImageCenter {
    width: 440px;
    background-color: #f0f7ff;
    color: #000000;
    font-family: sans-serif;
    font-size: 9pt;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    padding-bottom: 8pt;
    border: 1px solid black;
    margin: 6px auto 12px auto;
}

#PageBody .TextPane .ImageCenter img {
    display: block;
    margin: 0 auto 5pt auto;
}


#PageBody .TextPane table.TwoView {
    background-color: #f0f7ff;
    border-spacing: 20px 0;
    padding: 0;
    margin: 10px auto;
}
#PageBody .TextPane table.TwoView td {
    width: 200px;
    font-size: 9pt;
    text-align: center;
    vertical-align: top;
    padding: 0 0 5px 0;
    border: 1px solid #000000;
}
#PageBody .TextPane table.TwoView td img {
    display: block;
    padding: 0;
    border: 0;
    margin: 0 0 5px 0;
}



#PageBody .TextPane .Footnotes {
    font-size: 10pt;
    padding: 3pt 6pt 9pt 6pt;
    border-top: 2px solid black;
    margin-top: 9pt;
    margin-left: 3pt;
}

#PageBody .TextPane .Footnotes p {
    margin-bottom: 6pt;
}



#PageBody .TextPane .PageLinks {
    font-size: 8pt;
    text-align: center;
    padding: 4px 30px;
    border-top: 1px solid black;
    margin: 30px 0 0 0;
}

#PageBody .TextPane .PageLinks .Prev {
    float: left;
    text-align: left;
}
#PageBody .TextPane .PageLinks .Next {
    float: right;
    text-align: right;
}



#PageBody .TextPane ul.Menu {
    font-size: 11pt;
    margin-top: 10px;
}

#PageBody .TextPane ul.Menu li {
    font-weight: bold;
}



#PageBody .TextPane .lightspeed {
    font-size: larger;
    font-weight: bold;
    text-decoration: underline;
}



/*eof*/
