body {
	background-color: white;
	font-family: Verdana, Trebuchet, Tahoma, Arial, sans serif;
	font-size: 12px;
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.toptable {
	background-color: white;
	border: 1px solid darkred;
	width: 700px;
	height: 99%;
	padding: 5px;
}
td {
	font-family: Verdana, Trebuchet, Tahoma, Arial, sans serif;
	font-size: 12px;
	color: #333333;
	vertical-align: top;
}
.calendarBody {
	background-color: white;
	background-image: url(images/transparent.gif);
	text-align: center;
}
.calendar {
	background-color: white;
	background-image: url(images/transparent.gif);
	font-size: 9px;
	border: 0px solid black;
}
.calendarCell {
	height: 15px;
	text-align: left;
	font-size: 9px;
}
.errorMsg {
	color: red;
}
.spacer {
	background-color: white;
	width: 1px;
}
.horizSpacer {
	background-image: url(images/spacer.gif);
	height: 3px;
}
.horizSplit {
	background-color: white;
	height: 1px;
}
.booked {
	background-color: #dd0000;
	width: 10px;
}
.free {
	background-color: #cccccc;
	width: 10px;
}
.weekend {
	background-color: #999999;
	width: 10px;
}
.friday {
	background-color: aliceblue;
	color: blue;
	width: 10px;
}
legend {
	font-size: 10pt;
	color: darkred;
}
.data {
	font-size: 9pt;
	color: #333333;
	text-align: center;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
}
.data a {
	color: #333333;
}
th {
	font-size: 12px;
	color: #333333;
	text-align: center;
	vertical-align: top;
}
.boxedImages {
	border: 1px solid black;
}
.copy {
	background-color: white;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	width: 99%;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	margin: 3px;
}
.borderedImg {
	border: 1px solid black;
}
.MenuItem
{
	VERTICAL-ALIGN: top;
	WIDTH: 1%;
	color: #333333;
	font-size: 8pt;
	text-align: center;
}
.MenuItem A
{
	border: 1px solid black;
    DISPLAY: block;
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    PADDING-TOP: 2px;
    PADDING-BOTTOM: 2px;
    TEXT-DECORATION: none;
	background-color: #ffffff;
	COLOR: darkred;
}
.MenuItem A:hover
{
	border: 1px solid black;
	background-color: darkred;
	COLOR: white;
}
.MenuTitle
{
	font-size: 8pt;
	vertical-align: top;
	text-align: center;
}
.contact {
	font-size: 8pt;
	text-align: center;
	background-color: white;
	height: 20px;
}
h1 {
	font-family: Verdana, Trebuchet, Tahoma, Arial, sans serif;
	text-align: center;
	font-size: 16pt;
	font-weight: lighter;

}
h2 {
	font-family: Verdana, Trebuchet, Tahoma, Arial, sans serif;
	text-align: center;
	font-size: 14pt;
	font-weight: lighter;
}
h3 {
	font-family: Verdana, Trebuchet, Tahoma, Arial, sans serif;
	text-align: left;
	font-size: 12pt;
	font-weight: lighter;
}
h4 {
	font-family: Verdana, Trebuchet, Tahoma, Arial, sans serif;
	text-align: left;
	font-size: 10pt;
}
hr {
	color: #333333;
}
.alert{
	color: red;
}
.small{
	font-size: 7pt;
	text-align: right;
}
.text{
	text-align: justify;
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 15px;
}
.lineOver 
{
    TEXT-DECORATION: none;
	color: black;
}
.lineOver:hover
{
    TEXT-DECORATION: underline;
}
.tinted
{
    background-color: #FFFFE1;
}
