body {
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 10px 10px;
	background-color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 130%;
	font-weight: normal;
	color: #000000;
}

.clearBoth {
	display: block;
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

h1 {
	font-size: 1.5em;
	line-height: 120%;
}

h2 {
	font-size: 1.3em;
	line-height: 120%;
}

h3 {
	font-size: 1.1em;
	line-height: 120%;
}

/* Colours for calendar */

.blueCell {
	background-color: #9fdaff;
}
.greenCell {
	background-color: #a8ff9f;
}
.redCell {
	background-color: #ff8a8a;
}
.yellowCell {
	background-color: #ffed8a;
}
.orangeCell {
	background-color: #feaf7a;
}
.purpleCell {
	background-color: #d3ccff;
}

#headerArea {
	display: block;
	margin: 0px 0px 0px 0px;
	font-size: 1em;
	line-height: 130%;
}

#menuArea {
	display: block;
	margin: 30px 0px 30px 0px;
	font-size: 1em;
	line-height: 130%;
}

#rightColumn {
	display: block;
	margin: 30px 0px 0px 0px;
}

#footer {
	display: block;
	margin: 30px 0px 0px 0px;
	font-size: 1em;
	line-height: 130%;
}
