﻿/* Generic content editor classes */
.pagetitle {
	color: #1386BB;
	margin-bottom: 10px;
	line-height: normal;
	font-size: x-large;
	font-weight: bold;
}
.subheading
{
	color: #1386BB;
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: large;
	font-weight: bold;
	/*line-height: normal;*/
}
.subsubheading
{
	color: #1386BB;
	margin-bottom: 3px;
	font-weight: bold;
	/*line-height: normal;*/
}
.centre
{
	text-align: center;
}