﻿.even
{
    background-color: #FFF99B;
    border: solid 1px #339966;
}
.odd
{
    font-weight: bold;
}
.evenBold
{
    background-color: #FFF99B;
    border: solid 1px #339966;
    font-weight: bold;
    padding-left: 20px;
    width: 43%;
    height: 25px;
    font-size: small;
}
.oddPadding
{
    font-weight: bold;
    width: 4%;
    height: 40px;
    text-align: center;
    font-size: small;
}
.bodyHome
{
    text-align: center;
    padding-top: 15px;
    background-image: url('greyrock.gif');
    font-family: Arial, Helvetica, sans-serif;    
}
.bodyHome /* Mozilla Firefox */
{
    text-align: -moz-center;
}
.bodyHome /* Safari */
{
    text-align: -webkit-center;
}
.center
{
    text-align: center;
}
.center
{
    text-align: -moz-center;
}
.center
{
    text-align: -webkit-center;
}
