body, td, p, input, select, textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}
body, td, p, div {
	color: #13243B;
}
a {
	font-weight: bold;
	color: #C6AED0;
	text-decoration: none;
}

.pageHeader {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.pageSmallHeader {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
}
.largerText {
	font-size: 12px;
}
.smallText {
	font-size: 10px;
}
.whiteText {
	color: #FFFFFF;
}
.blueText {
	color: #13243B;
}
.greyText {
	color: #717C89;
}
.redText {
	color: #CC3300;
}

.noBorder {
	border: 0px;
}

.centred {
	text-align: center;
}

.blueLink:link, .blueLink:active, .blueLink:visited {
	color: #13243B;
	text-decoration: none;
}
.blueLink:hover {
	color: #13243B;
	text-decoration: underline;
}
