a     { color: black; text-decoration: underline }
a:hover   {
	color: #FFF;
	text-decoration: none;
	background-color: #069;
	font-style: normal;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	text-align: left;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
.oneColFixCtr #container {
	width: 600px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 20px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFFFFF;
}
.oneColFixCtr #mainContent {
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
.centre {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
strong {
	font-weight: bold;
	color: #333333;
}
.black {
	color: #000000;
}
h3 {
	text-align: center;
	font-size: 13px;
	font-weight: normal;
}
.coverImg {
	border: 1px solid #000000;
	margin-top: 17px;
}
.darkerText {
	font-size: 14px;
	color: #000000;
}
.reversed {
	background-color: #000066;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}
