table.standard
{
  width: 450px;
  margin: 1em 0;  
  border-collapse: collapse;
  font-size:0.75em;
}

table.standard th, table.standard td
{
  padding: 3px 5px;  
}

table.standard th
{  
  text-align: left;
}

table.Rates {
  font-size: 0.75em;
  margin: 15px 30px 15px 0; 
}
.Rates td.Heading {
  background:#c4c282 none repeat scroll 0 0;
  font-weight:bold;  
  border-bottom:1px solid #ebe9b2;
}
.Rates td {
  padding:5px 10px;
  vertical-align:top;
  background-color: #ebe9b2;  
}
.SummerRates td.Heading {
  background:#ffccd9 none repeat scroll 0 0;
  border-bottom:1px solid #ffe0e8;
}
.SummerRates td {
  background:#ffe0e8 none repeat scroll 0 0;
}

/* Contact Form */

#contactform th {
	text-align: left;
	width: 6em;
	padding: 4px 0;
	vertical-align: top;
}

#contactform td {
	padding: 4px 0 4px 1em;
	vertical-align: top;
}