﻿li
{
    list-style-image: url('/_images/arrow.gif');
    list-style-type: circle;
    margin: 4px;
}
ul
{
    list-style-type: circle;
}
.nospace li
{
    list-style-image: url('/_images/arrow.gif');
    list-style-type: circle;
    margin: 0px;
    padding: 0px;
}
.nospace ul
{
    list-style-type: circle;
    margin: 0px;
    padding: 0px;
}
.normal li
{
    margin: 0px;
    padding: 0px;
    list-style-image: none;
    list-style-type: decimal;
}
.normal2 li
{
    margin: 0px;
    padding: 0px;
    list-style-image: url('/_images/arrow.gif');
}
BODY
{
    font-size: 16px;
    font-style: normal;
    font-family: Times New Roman, Times, serif;
    letter-spacing: 0;
    color: #444444;
}
A:link
{
    text-decoration: underline;
    color: #c57715;
}
A:visited
{
    text-decoration: underline;
    color: #c57715;
}
A:active
{
    text-decoration: underline;
    color: #c57715;
}
A:hover
{
    color: #cc0000;
    text-decoration: underline;
}
.SectionHeader
{
    font-family: Times New Roman, Times, serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    color: #FFFFFF;
    background-color: #c57715;
    padding: 3px;
    border: 0px outset #E8E8E8;
    margin-top: 0px;
    margin-bottom: 3px;
}
bold
{
    color: #c57715;
}
h1
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 18px;
    font-family: Times New Roman, Times, serif;
    font-size: 22px;
    font-weight: normal;
    color: #c57715;
    text-align: center;
}
h2
{
    font-family: Times New Roman, Times, serif;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    background-color: #e8e8e8;
    color: #c57715;
    padding: 1px;
    margin-top: 0px;
    margin-bottom: 2px;
    border: 1px dotted #c0c0c0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
h3
{
    font-family: Times New Roman, Times, serif;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #c57715;
    border-top: 0px solid silver;
    margin-top: 10px;
    margin-bottom: 2px;
}
h4
{
    font-family: Times New Roman, Times, serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #c57715;
    border-top: 0px solid silver;
    margin-top: 10px;
    margin-bottom: 2px;
}
ul.MultiList
{
    width: 100%;
    list-style-type: none;
}
li.MultiList
{
    list-style-type: none;
    width: 175px;
    margin: 5px 0 0 0;
    padding: 0 2px 0 0; /*line-height:auto;*/
    float: left;
    text-align: left;
}
