body{
	background: #fff url('images/bgPattern.jpg');
	background-color: #333333;
	margin: 0px 0px;
	padding: 0px;
	
}
body img{
border: 0px;
}

#mainTable{
	width:975px;
	padding: 0px;
	margin: 0px;
}

#pageTitle{
	background-color: #AAB8FF;	
	color: black;
	font-family: georgia;
/*	font-family: Bookman serif;*/
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	font-variant: small-caps;
	text-align: right;
	line-height: 25px;
	margin:0px;
	padding:0px;
}
#pageTitle p{
	margin:0px;
	padding:0px;
}
#pageContent{
	margin:5px 5px 5px 10px;
}
#pageContent p{
	margin:0px;
	padding:0px;
}
#subHeading{
	color: black;
	font-family: georgia;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
	text-align: left;
}

#generalText{
	font-family: georgia;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-variant: none;
	text-align: left;
}
#generalTextBold{
	font-family: georgia;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-variant: none;
	text-align: left;
}
#caption{
	font-family: georgia;
	font-size: 10px;
	color: grey;
	font-weight: normal;
	text-decoration: none;
	font-variant: none;
}
#caption a{
	font-family: georgia;
	font-size: 10px;
	color: grey;
	font-weight: normal;
	text-decoration: underline;
	font-variant: none;
}

#calendar{
	font-family: georgia;
	font-size: 14px;
	color: grey;
	background: white;
}

#calendarArrows{
	font-family: georgia;
	font-size: 16px;
	font-weight:bold;
	color: black;
}

#calendarHeader{
	font-family: georgia;
	font-size: 16px;
	font-weight:bold;
	color: black;
	background: white;
}

#calendarDays{
	font-family: georgia;
	font-size: 10px;
	color: black;
	background: white;
	border: 1px #555555 solid;
}

#calendarCell{
	font-family: georgia;
	font-size: 14px;
	color: black;
	background: #AAB8FF;
	border: 1px #555555 solid;
	height: 75px;
}
#calendarBookedCell{
	font-family: georgia;
	font-size: 14px;
	color: black;
	background: #FFB0FF;
	border: 1px #555555 solid;
	height: 75px;
}
