﻿.BottomBand {
    background: #373737 url('./img/dark-gray-gradient.gif') top;
    width: 100%;
    min-height: 50px;
}

.BottomBandContent {
    width: 1000px;
    margin: 0 auto 0 auto;
    padding: 10px;
    font-size: 10pt;
    color: white;
}

.BottomBand td { 
    vertical-align: top;
    padding-left: 10px;
}

.BottomBand ul {
    /*border: 1px solid black;*/
    padding: 0 0 0 15px;
    list-style-type: disc;
    font-size: 6pt;
}

.BottomBand .rightBorder {
    border-right: 1px solid white;
}

.BottomBand h1 {
    font-size: 12pt;
    font-weight: bold;
    color: White;
}

.BottomBand a {
    color: White;
    font-size: 10pt;
    text-decoration: none;
}

.BottomBand a:hover {
    text-decoration: underline;
}
