﻿body {
    background-color: #666666; 
    font-family: Tahoma, Verdana, Arial, Helvetica, Trebuchet MS;
    font-size: 8pt;
    font-weight: normal;
    margin: 5px;
    text-align: left;
}

h1 {
    color: #14263A;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1em;
    margin: 0px 0px 7px;
}

h2 {
    color: #14263A;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1em;
    margin: 0px 0px -5px;
}

h3 { 
    color: #14263A;
    font-family: Tahoma, Verdana, Arial, Helvetica, Trebuchet MS;
    font-size: 1.0em;
    font-weight: bold;
    line-height: 1em;
    margin: 0px 0px -5px;
}

a:link {
    color: #8A2B38;
    text-decoration: none;
}

a:active {
    color: #8A2B38;
    text-decoration: none;
}

a:visited {
    color: #8A2B38;
    text-decoration: none;
}

a:hover {
    color: #8A2B38;
    text-decoration: underline;
}

div#MasterContainer {
    background-color: white; 
    padding: 10px;
    margin: 0px auto;
    width: 750px;
}

div#FooterContainer {
    background-color: #14263A; 
    color: #CCCCCC;
    font-size: 7.5pt;
    padding: 10px;
    text-align: center;
}

div.NavLineSeparator {
    background-image: url(image/nav-line-separator.gif);
    background-repeat: repeat-x;
    height: 8px;
    width: 100%;
}

div.SearchBox 
{
    background-color: #959595;
    color: #EAEAEA;
    margin-bottom: 10px;
    padding: 5px; 
}

td {
    vertical-align: top;
}

td#LeftMarginContainer {
    background-color: #213F60; 
    color: #EAEAEA;
    height: 100%;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    width: 180px;
}

td#BodyContainer {
    background-color: #F5F5EA; 
    color: black;
    height: 100%;
    padding: 15px;
    text-align: left;
    vertical-align: top;
}

p {
    margin: 7px 0px;
}

p.LongFormat 
{
    line-height: 12pt;
    margin: 7px 0px 15px;
}

ul {
    color: #333333;
    line-height: 1.4em;
    list-style-image: url(image/list-bullet.gif);
    margin-left: 20px;
    margin-bottom: 10px;
}


.TextColor1 {
    color: #7DA5D1;
}

.TextColor2 {
    color: #8A2B38;
}

.TextColor3 {
    color: #686443;
}

.TextColor4 {
    color: #CCCCCC;
}

.Bold8pt {
    font-weight: bold;
    font-size: 8pt;
}

.Bold10pt {
    font-weight: bold;
    font-size: 10pt;    
}

