body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCC;
}



#mainArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.centreText {
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #3399FE;
	letter-spacing: 0.5px;
}
.bottomNav {
	font-size: 10px;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3399FE;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #3399FE;
}
.imageCaption {
	font-size: 12px;
	font-weight: bold;
}
.backToTop {
	font-size: 10px;
	text-align: right;
}
h4 {
	font-size: 14px;
	color: #3399FE;
	font-weight: normal;
}


li {
	padding-bottom: 4px;
}
hr {
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	color: #FFFFFF;
}

a:link{
	text-decoration:none;
	color: #3399FE;
}
a:visited{
	text-decoration:none;
	color: #3399FE;
}
a:hover{
	text-decoration:underline;
	color: #3399FE;
}
a:active{
	text-decoration:none;
	color: #3399FE;
}
.centredImg {
	margin: 0 auto;
}
.centeredImgContainer {
	width: 469px;
	text-align: center;
}

