﻿body {
    background-color: #C8C8C8; 
    font-family: Tahoma, Verdana, Arial, Helvetica, Trebuchet MS;
    font-size: 8pt;
    font-weight: normal;
    margin: 5px;
    text-align: left;
}

h1 {
    color: #001755;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1em;
    margin: 0px 0px 7px;
}

h2 {
    color: #001755;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1em;
    margin: 0px 0px -5px;
}

h3 {
    color: #666666;
    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: #003366;
    text-decoration: none;
}

a:active {
    color: #003366;
    text-decoration: none;
}

a:visited {
    color: #003366;
    text-decoration: none;
}

a:hover {
    color: #003366;
    text-decoration: underline;
}

div#MasterContainer {
    background-color: white; 
    padding: 10px;
    text-align: left;
    width: 750px;
}

div#FooterContainer {
    background-color: #666666; 
    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: #959595; 
    color: #EAEAEA;
    height: 100%;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    width: 180px;
}

td#BodyContainer {
    background-color: #D4D4D4; 
    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: #001755;
}

.TextColor2 {
    color: #CE5201;
}

.TextColor3 {
    color: #666666;
}

.TextColor4 {
    color: #EAEAEA;
}