table
{
     width: 66%;
     font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
     border-collapse: collapse;
     margin-top: 21px;
     margin-left: 10px;
	margin-bottom: 5px;
}


table#ratesTable a 
{
     text-decoration: none;
}

tr
{
     height: 20px;
}

tr#title
{
	height: 10px;
}

tr#columnHeaders
{
	height: 10px;
}

tr#columnHeaders th 
{
     width: 10%;
}

table#ratesTable tr#columnHeaders th 
{
     color: #CCE; 
     background-color: #557;
     font-weight: bold; 
     text-align: center;
     padding: 1px 0.33em;
}
 
table#ratesTable tr#title th
{
     background: #9CF; color: black;
     border: 1px solid #242; 
     font-size: 120%;
     text-align:center;
     
}

table#ratesTable td 
{
	vertical-align: top; padding: 0;
   	border: 0px solid gray; border-width: 0 0 1px 1px;
}

table#ratesTable td.sat 
{
	border-right: 1px solid gray;
}

table#ratesTable a 
{
	font-weight: bold; 
	display: block; 
	margin: 0;
}


table#calendar a:hover 
{
	
}
