﻿html
{
    overflow: -moz-scrollbars-vertical;
}

body
{    
    margin: 0px;
    text-align:-moz-center;
    #text-align:center;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #333333;
    background-color: #FDF0BE;
}

td
{
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #4d4d4f;
}

a
{
    color: #f93b0b;
    text-decoration: underline;
}

a:hover
{
    color: #f93b0b;
    text-decoration: none;
}

.SearchBar
{    
    height: 25px;
}

.SearchLabel
{
    
    text-align: left;
}

.SearchItem
{    
    margin-right: 7px;
}

.printonly
{
    display: none;
}
