body {
background-image: url('images/greenmile.png');
background-repeat: repeat-x;
background-color: #008000;
}

.scheduleDayTD
{
    background-color: #D8BC3C;
}

.scheduleHead
{
    font-size: 20px;
    font-family: verdana;
    font-weight: bold;
    text-align: center;
    color: #285A28;
}

.scheduleDay
{
    font-size: 18px;
    font-family: verdana;
    font-weight: bold;
    text-align: center;
}

.scheduleText
{
    font-size: 14px;
    font-family: verdana;
    text-align: center;
}

.mediumFont
{
    font-size: 18px;
    font-family: verdana;
}

.mediumFontRed
{
    font-size: 18px;
    font-family: verdana;
    color: red;
}

.smallFont
{
    font-size: 13px;
    font-family: verdana;
    color: #70200A;
}

.smallerFont
{
    font-size: 11px;
    font-family: verdana;
    color: black;
}

.mediumFontCentered
{
    font-size: 18px;
    font-family: verdana;
    text-align: center;
}

.maplink
{
    font-size: 10px;
    font-family: verdana;
    text-decoration: none;
    font-weight: bold;
    color: blue;
}

b
{
    color: red;
    font-weight: bold;
}

h1
{
    font-size: 22px;
    font-family: verdana;
    text-align: center;
    color: #C15215;
}

img {
border: 0px none;
}

table.mainTableStrip {
 width: 860px;
 border-left: solid 1px;
 border-bottom: solid 1px;
 border-right: solid 1px;
}

td.whiteTD {
background-image: url('images/swirlWhite.png');
background-color: white;
}

td.footerTD {
height: 60px;
font-family: verdana;
font-size: 12px;
font-weight: bold;
color: white;
}