@charset "utf-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 97%;
	color: #000000;
	line-height: 1.2;
}
body {
	background-color: #0099FF;
}
h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	line-height: 0.97;
	color: #003399;
}
h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	letter-spacing: -1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #CC0000;
	text-align: center;
}
h3 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	letter-spacing: -1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
}
.formtable {
	background-color: #FFFFCC;
	border: 7px dashed #003277;
}
.smallprint {
	font-size: 11px;
	line-height: 16px;

}
li strong {
	font-weight: 800;
}

.highlight {
	background-color: #FFFF00;
}
.highlightBig {
	background-color: #FFFF00;
	font-size: 120%;
	font-weight: bold;
}

.highlightBigCentre {
	background-color: #FFFF00;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

.BigCopy {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
}
.BigCopyCentre {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
