@charset "utf-8";
.stdleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #14332D;
	text-align: left;
}
.stdright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #14332D;
	text-align: right;
}
.stdcentre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #14332D;
	text-align: center;
}
a:link {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
a:visited {
	color: #900;
	text-decoration: none;
}
.leftTitleMain {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #14332D;
	text-align: left;
	font-weight: bold;
}
.centreTitleMain {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #14332D;
	text-align: center;
	font-weight: bold;
}
.leftTitleYellow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF0;
	text-align: left;
	font-weight: bold;
}
.centreTitleYellow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF0;
	text-align: center;
	font-weight: bold;
}
.leftTitleRed {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #C00;
	text-align: left;
	font-weight: bold;
}
.centreTitleRed {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #C00;
	text-align: center;
	font-weight: bold;
}
