﻿h1 {
    color: #1A4788;
    font-size: 1.5em;
    margin: 0;
    padding: 0 0 15px;
    font-weight: bold;
    text-transform: uppercase;
}
h2 {
    color: #000000;
    font-size: 1.3em;
    margin: 0;
    padding: 0 0 10px;
    font-weight: bold;
    text-transform: uppercase;
}
h3 {
    color: #1A4788;
    font-size: 1.25em;
    margin: 0;
    padding: 0 0 10px;
    font-weight: bold;
    text-transform: uppercase;
}
h4 {
    color: #1A4788;
    font-size: 1.0em;
    margin: 0;
    padding: 0 0 10px;
    font-weight: bold;
}
ul {
    list-style-position: inside;
    margin: 0;
    padding: 0 0 10px;
}
ul li
{
    list-style-type:disc;
    padding: 0 10px;
}
b, strong {
  font-weight: bold;
}
a {
    color: #1A4788;
}
a:hover {
    color: #1A4788;
}
#content th
{
    font-weight:bold;
    text-align:left;
    border-bottom:solid 1px #3e3e3e;
    font-size:0.8em;
}
#content td
{
    padding: 4px 0 2px 0;
    border-bottom:1px solid #E1E1E1;
    font-size:0.8em;
}

.warningmsg {
    color: #cc0000;
    font-weight: bold;
    text-align: center;
}

/* Images */
.imagecenter {
    text-align: center;
}

.imagefloatleft {
    float: left;
    margin: 10px 10px 10px 0;
}

.imagefloatright {
    float: right;
    margin: 10px 0 10px 10px;
}

.imagenofloat {
    margin-left: 0px;
    margin-right: 0px;
}
