﻿body
{
    background-color: #FFFFCC;
}
img
{
    border: 0;
    background-color: #FFFFCC;
    border-style: none;
}

.footer
{
    font-weight: bold;
    font-size: 8pt;
    color: #990033;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    margin-left: 10px;
}

.textfont
{
    font-weight: normal;
    font-size: 4;
    color: #000000;
    font-family: Comic Sans MS;
    text-decoration: none;
    font-size: 13pt;
}

.tableText
{
    font-weight: normal;
    color: #000000;
    font-family: Comic Sans MS;
    text-decoration: none;
    font-size: 14pt;
    max-width: 800px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.noticeHeader
{
    font-weight: bold;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 14pt;
    max-width: 700px;
    margin:0px auto;
}  
.noticeText
{
    font-weight: normal;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 12pt;
    max-width: 700px;
    margin:0px auto;
}  


.leftcolumn { width: 250px; border: 1px solid #A55C17; float:left;}
.rightcolumn { width: 250px; border: 1px solid #A55C17; float:right;}
.clear { clear: both;}
