﻿body {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 70%;
    color: #333333;
}

img {
    border-style: none;
    border-color: inherit;
    border-width: 0;
}

a {
    color: #ed212c;
    font-weight: bold;
    text-decoration: none;
    outline: none;
}

h1, h2 {
    font-family: Times New Roman, Times, Serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #000a1e;
}

h1 {
    font-size: 1.8em;
    margin: 0 0 5px;
}

h2 {
    font-size: 1.4em;
    margin: 0 0 5px;
}

h3 {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 10px;
    color: #375694;
}

h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    line-height: 1.6em;
    color: #375694;
}

p {
    margin: 0 0 14px;
    line-height: 1.6em;
}

ul {
    margin: 0 0 14px 14px;
    padding: 0px;
    list-style-type: circle;
}

ul li {
    line-height: 1.6em;
    margin: 6px 0px 0px;
}

.nomargin 
{
    margin: 0px;
}

table {
    border-collapse: collapse;
    margin: 0px 0px 14px;
}

table td, table th {
    padding: 6px 10px;
    border: solid 1px #caccd0;
    line-height: 1.4em;
}

table th {
    text-align: left;
    background: #e5e6e8;
}

.dashedLine {
    border-top: dashed 1px #abafb5; 
    height: 14px;
    overflow: hidden;
}

.footer p {
    margin: 0 0 2px;
}

div.images {
    float: right; 
    width: 238px; 
    margin: 0px 0px 14px 20px;
}

div.images p {
    margin: 0px 0px 8px;
    line-height: 1.4em;
    font-style: italic;
}

div.listing p {
    margin: 0px 0px 8px;
    line-height: 1.4em;
}

div.listing div.dashedLine {
    border-top: dashed 1px #abafb5; 
    height: 8px;
    overflow: hidden;
}
