body {
	height: 100%;
	text-align: center;
	background: #FFFFFF
	background-image: url(images/bkgd.jpg);
	background-repeat: repeat-x;
}

p {
	padding: 0px;
	padding-top: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #5e5e5e;
	}

td {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #5e5e5e;
}

div.container {
	position: relative;
	margin: auto;
	width: 1005px;
	text-align: left;
	z-index: 1;
	left: 0px;
	top: 0px;
}

div.menuHm {
	position: relative;
	margin: auto;
	width: 1005px;
	text-align: left;
	topmargin: 150px;
	z-index: 5;
}

ul { 
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	color: #333333;
	}	

/*---------------------------------------------------
START - HOME PAGE STYLES
----------------------------------------------------*/
.copyright { 
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
	color: #aba1b3;
	margin-right: 15px;	
	}
	
	
.mainContent_cell {
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 25px;
	}
	
.calendar_cell1 {
	padding-left: 10px;
	}

.calendar_cell2 {
	text-align: right;
	padding-right: 4px;
	}

.calendar_cell3 {
	text-align:center;
	}
	

.nav {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: white;
	}
	
.nav a { 
	color: white;
	text-decoration:none;
	}

.nav a:visited {
  	text-decoration: none;
	color: white;
	}

.nav a:hover {
  	text-decoration: none;
	color: #0c2d58;
	}
	
.nav_currentPg {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #0c2d58;
	}

	
/*---------------------------------------------------
END - HOME PAGE STYLES
----------------------------------------------------*

/*---------------------------------------------------
START - SUBPAGE STYLES
----------------------------------------------------*/
.subtitle {
	padding-bottom: 6px;
	font-family: Tahoma;
	font-size: 15px;
	font-weight: normal;
	color: #1355ad;
	}
	
.am-pm {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #5e5e5e;
	text-align:center;
	}
	
.AVAILABLE {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #43a549;
	}
	
.BOOKED {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #ce2828;
	}

.subtitle a { 
	text-decoration:none;
	border-bottom: dotted 1px #1355ad;
	}

.subtitle a:visited {
  	text-decoration:none;
	border-bottom: dotted 1px #1355ad;
	color: 1355ad;
	}

.subtitle a:hover {
  	text-decoration:none;
	border-bottom: dotted 1px #0c2d58;
	color: #0c2d58;
	}
	
.sublink a { 
	padding: 0px;
	padding-top: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #5e5e5e;
	text-decoration:none;
	border-bottom: dotted 1px #5e5e5e;
	}

.sublink a:visited {
  	text-decoration:none;
	border-bottom: dotted 1px #5e5e5e;
	color: 5e5e5e;
	}

.sublink a:hover {
  	text-decoration:none;
	border-bottom: dotted 1px #90c64d;
	color: #90c64d;
	}
	
.sublink2 a { 
	padding: 0px;
	padding-top: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #339900;
	text-decoration:none;
	border-bottom: dotted 1px #339900;
	}

.sublink2 a:visited {
  	text-decoration:none;
	border-bottom: dotted 1px #339900;
	color: #339900;
	}

.sublink2 a:hover {
  	text-decoration:none;
	border-bottom: dotted 1px #33CC00;
	color: #33CC00;
	}
	

/*---------------------------------------------------
END - SUBPAGE STYLES
----------------------------------------------------*