﻿body 
{
    padding: 0px;
    margin: 0px;
   /*  background-color: #613822; */
   background-color: Transparent;
   color: White;
    
}
.reservationsRates
{
    font-family: Arial, Helvetica, Sans-Serif;
    padding: 2px;
}
.reservationsRates th
{
   
    text-align:center;
    font-size: 12px;
    font-weight: bold;
    width: 150px;
    border-bottom: solid 1px black;
    border-top: solid 1px #333366;
    background-color: #663300;
  }
.reservationsRates td
{
    height: 30px;
     font-weight: bold;
     text-align: center;
    font-size: 12px;
    color: #333366;
    background-color: #669966;
    
}
tr.evenrow
{
    
}
tr.oddrow
{
   
}
.reservationsRates th.reservationCategory
{
    font-size: 14px;
    border-right: solid 1px #333366;
}
.reservationsRates td.reservationCategory
{
    border-right: solid 1px #333366;
}
.ratesFootnote
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}
    

