﻿/* Typography.css */
body
{
    font-family: Segoe UI, Verdana, Tahoma, Helvetica, Arial, Sans-Serif; /* Arial, Helvetica, Sans-Serif; */
    font-size: 12px;
    line-height: 120%;
}
A
{
    color: #23608b;
}
A:hover
{
    color: #d27604;
}
/*A:visited
{
    color: #666;
}*/
EM
{
    font-style: italic;
}
H1
{
    font: bold 212% Georgia, "Times New Roman" , serif;
    color: #da8318;
    color: #4f81bd;
    margin: 0 0 0.75em 0;
}
H2
{
    font: 138.5% Georgia, "Times New Roman" , serif;
    color: #da8318;
}
H3
{
    font: 116% "Trebuchet MS" , Verdana, Helvetica, Arial, sans-serif;
    color: #333;
}
H4
{
    font: 116% "Trebuchet MS" , Verdana, Helvetica, Arial, sans-serif;
    color: #333;
}
H5
{
    font: 116% "Trebuchet MS" , Verdana, Helvetica, Arial, sans-serif;
    color: #333;
}
H6
{
    font: 116% "Trebuchet MS" , Verdana, Helvetica, Arial, sans-serif;
    color: #333;
}
H3
{
    font-weight: bold;
}

H4
{
    font-size: 108%;
}
H5
{
    font-size: 100%;
}
H6
{
    font-size: 100%;
}
H6
{
    text-transform: uppercase;
}
HR
{
    border-top: #ccc 1px solid;
    display: block;
    border-left-width: 0px;
    border-bottom-width: 0px;
    margin: 15px 0px;
    color: #ccc;
    height: 1px;
    border-right-width: 0px;
}
P
{
    margin-bottom: 15px;
    line-height: 140%;
}
STRONG
{
    font-weight: bold;
}
SUP
{
    font-size: 53%;
    line-height: 140%;
}
UL
{
    margin: 15px 30px;
}
OL
{
    margin: 15px 30px;
}
UL LI
{
    margin-bottom: 5px;
    list-style-type: disc;
}
OL UL LI
{
    margin-bottom: 5px;
    list-style-type: disc;
}
OL LI
{
    margin-bottom: 5px;
    list-style-type: decimal;
}
UL OL LI
{
    margin-bottom: 5px;
    list-style-type: decimal;
}
/*
TABLE
{
    border-top: #333 1px solid;
    margin: 20px 0px;
    border-left: #333 1px solid;
}
TH
{
    border-right: #333 1px solid;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: bold;
    padding-bottom: 3px;
    padding-top: 3px;
    border-bottom: #333 1px solid;
}
TD
{
    border-right: #333 1px solid;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: bold;
    padding-bottom: 3px;
    padding-top: 3px;
    border-bottom: #333 1px solid;
}
TH
{
    font-size: 108%;
    background: #666;
    color: #fff;
}
TD
{
    font-weight: normal;
}
*/
