body
{
    font-family: arial;
    font-size: 10pt;
    margin: 5px;
}

h1
{
    margin: 5px;
}

h2
{
    margin: 5px;
}

h3
{
    margin: 5px;
}

h4
{
    margin: 5px;
}

h5
{
    margin: 5px;
}

h6
{
    margin: 5px;
}

.shh
{
    font-family: arial;
    font-size: 14pt;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
}

.red
{
    font-family: arial;
    font-size: 11pt;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
}

.blue
{
    font-family: arial;
    font-size: 8pt;
    color: #0000ff;
}

.green
{
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #008000;
}

.bigblue
{
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #0000ff;
}

.bigblack
{
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
}

td
{
    font-family: arial;
    font-size: 8pt;
}

td.header1
{
    height: 35px;
    background-color: #0000ff;
    font-family: arial;
    font-weight: bold;
    font-size: 10pt;
    color: #ffffff;
    text-align: center;
}

td.header
{
    height: 30px;
    background-color: #0000ff;
    font-family: arial;
    font-weight: bold;
    font-size: 10pt;
    color: #ffffff;
    text-align: center;
}

td.MenuButton
{
    color: blue;
    cursor: hand;
    border: outset 2;
    background: #c0c0c0;
    text-align: center;
}

p
{
    margin: 5px;
    font-family: arial;
    font-size: 8pt;
}

a
{
    font-family: arial;
    color: #0000ff;
}

a:hover
{
    font-family: arial;
    color: #11aa11;
    text-decoration: none;
}

a.big
{
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #0000ff;
}

a.big:hover
{
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #11aa11;
    text-decoration: none;
}

a.button
{
    font-size: 10px;
    cursor: hand;
    border: outset 2;
    background: #c0c0c0;
    width: 150px;
    text-align: left;
    padding: 3px;
    margin: 3px;
    color: black;
}

a.btn0
{
    font-size: 10px;
    cursor: hand;
    border: outset 2;
    text-align: center;
    width: 125px;
    padding: 1px;
}

a.btn
{
    font-size: 10px;
    cursor: hand;
    border: outset 2;
    background: #c0c0c0;
    width: 95px;
    text-align: center;
    padding: 2px;
    margin-bottom: 1px;
    margin-left: -1px;
    margin-right: -1px;
}

.btnblue
{
    height: 34px;
    text-align: center;
    font-face: arial;
    font-size: 8pt;
    color: white;
    cursor: hand;
    border: outset 3;
    background: #0000ff;
    padding: 0px;
}

button
{
    font-family: arial;
    background-color: #c0c0c0;
    font-size: 12px;
    margin-left: 3px;
    margin-right: 3px;
    width: 100px;
}

table.main
{
    width: 100px;
    height: 30px;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align: center;
    background-color: white;
    color: black;
    cursor: hand;
}

table.header
{
    width: 600px;
    font-family: arial;
    text-align: center;
}

table.hours
{
    border: 2px solid #d3d3d3;
    width: 90%;
}

td.img
{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 3px;
}

td.hours
{
    padding-bottom: 3px;
    width: 50%;
    vertical-align: top;
    cursor: hand;
}

td.links
{
    padding-bottom: 3px;
    border-top: 2px solid #d3d3d3;
    border-bottom: 2px solid #d3d3d3;
}

span.title
{
    width: 100%;
    text-align: center;
    font-size: 8pt;
    color: white;
    cursor: hand;
    border: outset 3;
    background: #0000ff;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 2px;
}

span.hours
{
    font-size: 11pt;
    font-weight: bold;
    color: #ff0000;
}

span.date
{
    font-size: 8pt;
    color: #0000ff;
}

.filter
{
    text-align: left;
    font-weight: bold;
    font-size: 9pt;
}

.your
{
    background: #f0f0f0;
    text-decoration: none;
    color: black;
    font-weight: bold;
}