h1 {
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h2 {
	font-size: 13px;
	margin: 0px;
	font-weight: bold;
	color: #CC0000;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h3 {
	font-size: 19px;
	font-weight: bold;
	padding-top: 20px;
	line-height: 130%;
}

h4 {
	margin: 0px;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 18px;
}

h5 {
	font-size: 14px;
	padding-bottom: 5px;
	font-weight: bold;
	padding-top: 15px;
}

h6 {
	font-size: 14px;
	padding-bottom: 5px;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.bolditalic {
	font-style: italic;
	font-weight: bold;
}

.subtitle {
	font-size: 14px;
}

.small {
	text-transform: uppercase;
	color: #99CCFF;
	font-weight: bold;
}
.highlight {
	color: #CC0000;
}

a.highlight:link {
	color: #CC0000;
	text-decoration: underline;
	font-weight: normal;
}

a.highlight:visited {
	color: #CC0000;
	text-decoration: underline;
	font-weight: normal;
}

a.highlight:hover {
	color: #99CCFF;
	font-weight: normal;
	text-decoration: underline;
}

a.highlight:active {
	color: #CC0000;
	text-decoration: underline;
	font-weight: normal;
}

.centre {
	text-align: center;
}

