﻿a:link
{
   color: #1E6C8A;
   text-decoration: none;
}
a:visited
{
    color: #1E6C8A;
    text-decoration: none;
}
a:hover
{
   color: #1E6C8A;
   text-decoration: underline;
}

#header
{
    height: 90px;
    color: #ffffff;
    background-color: #c8003e;
    font-size: 12px;
}

#header td
{
    color: #ffffff;
}

#header a:link, #header a:visited
{
    color: #ffffff;
    text-decoration: none;
}

#header a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

.MenuBg
{
    background-image: url( 'Images/MenuBg.gif' );
    background-repeat: repeat-x;
    font-size: 12px;
}

#footer
{
    color: #999999; 
    margin: 20px; 
    background-color: #ECECEC; 
    font-size: 0.95em;
}

#footer td {
	padding: 7px;
   color: #999999;
}

#footer a:link,
#footer a:visited
{
   color: #999999;
   text-decoration: none;
}

#footer a:hover
{
   text-decoration: underline;
}

#footer .last-updated {
	color: #BBBBBB;
}

.search
{
    padding-top: 2px;
}

.logo-title
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: bold;
}

.title
{
    font-family: Times New Roman;
    font-size: 28px;
    color: #808080;
}

.subtitle
{
    font-size: 16px;
    color: #808080;
    font-weight: bold;
    margin-bottom: 10px;
}

.subtitle-line
{
    font-size: 16px;
    color: #808080;
    padding-bottom: 5px;
    margin-bottom: 10px;
    line-height: 100%;
    width: 100%;
    border-bottom: solid 3px #CCCCCC;
}

.ulist
{
    list-style-type: none;
    text-align: left;
    margin: 0 0 0 0;
    padding: 0;
}

.ulist li
{
    margin-left: 0px;
    padding-left: 11px;
    padding-bottom: 5px;
    list-style-type: none;
    background-position: 0px 5px;
    background-image: url(Images/LeftBullet.gif);
    background-repeat: no-repeat;
}

.olist li
{
    margin-left: 0px;
    list-style-type: decimal;
    padding-bottom: 5px;
}

.olist-a li
{
    margin-left: 0px;
    list-style-type: lower-alpha;
    padding-bottom: 5px;
}

.tbl .header
{
    background-color: #f1f1f1;
    padding: 5px;
    font-weight: bold;
}

.tbl td
{
    padding: 5px;
    border-bottom: solid 1px #eeeeee;
}

.note
{
    color: #808080;
}
