body {
	font-size: 80%; /* Resets 1em to 10px */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000099;
	text-align: justify;
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	background-color: #FFFFCC;
	background-attachment: fixed;
}
	
.page {
	margin-top: 0;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 798px;
	background-color: #FFFFCC;
}
	
.centre_calendar {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 30px;
	margin-left: 55px;
}

.content {
	background-color: #FFFFCC;
}

#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #0000CC;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	height: 135px;
	width: 798px;
}

#header .imgleft {
	float: left;
	margin-left: 10px;
}
#header .imgright {
	float: right;
	margin-right: 10px;
}

.style4 {
	font-size: xx-large;
	font-weight: bold;
	font-style: italic;
}

.style5 {
	font-size: large;
	font-weight: bold;
	font-style: italic;
}
.style6 {
	font-size: normal;
	font-weight: bold;
	font-style: normal;
}

.page .content p {
	margin-top: 9px;
	margin-bottom: 3px;
}
