﻿H1
{
    color: #1674A5;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial;
    line-height: 24px;
    padding:0px;
    margin:0px;
}

H2
{
    color:#1674A5;
    font-size:18px;
    font-weight:bold;
    font-family:Arial;
    line-height:18px;    
    padding:0px;
    margin:0px;
}

H3
{
    color: #1674A5;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
    line-height: 16px;
    padding:0px;
    margin:0px;
}

H4
{
    color:#1674A5;
    font-size:14px;
    font-weight:bold;
    font-family:Arial;
    line-height:14px;
            padding:0px;
    margin:0px;
}

H5
{
    color:#1674A5;
    font-size:12px;
    font-weight:bold;
    font-family:Arial;
    line-height:12px;
    padding:0px;
    margin:0px;
}

H6
{
    color:#1674A5;
    font-size:10px;
    font-weight:bold;
    font-family:Arial;
    line-height:10px;
    padding:0px;
    margin:0px;
}

P
{
    margin: 0px;
    color:#000000;
    font-size:13px;
    font-weight:normal;
    font-family:Arial;

}
TD
{
    margin: 0px;
    color:#000000;
    font-size:13px;
    font-weight:normal;
    font-family:Arial;
}
A
{
    color:#1573b4;
    font-size:13px;
    font-weight:normal;
    font-family:Arial;
    line-height:18px;
    text-decoration:underline;
}
A:hover 
{
    color:#1573b4;
    font-size:13px;
    font-weight:normal;
    font-family:Arial;
    line-height:18px;
    text-decoration:underline;    
}
IMG
{
    border:0px;
}
PRE
{
    margin: 0px;
    color:#000000;
    font-size:13px;
    font-weight:bold;
    font-family:Arial;
}
ADDRESS
{
    margin: 0px;
    color:#000000;
    font-size:13px;
    font-weight:normal;
    font-style: italic;
    font-family:Arial;
}
DIR
{
    margin: 0px;
    padding:2px 0px 2px 10px;
    color:#000000;
    font-size:13px;
    font-weight:normal;
    font-family:Arial;
}
MENU
{
    margin: 0px;
    padding:2px 0px 2px 10px;
    color:#000000;
    font-size:13px;
    font-weight:normal;
    font-family:Arial;
}
UL
{
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    font-family: Arial;
    list-style-type: square;
}
OL
{
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    font-family: Arial;
    list-style-position: outside;
    list-style-type: decimal;
}
