p, h1, h2 {
	font-family: Lucida Grande, Verdana, Arial, serif;
	font-size: 11px;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 18px;
}
h1 {
	font-size: 15px;
	width: 100%;
	border-bottom: 3px solid #A8BC26;
	color: #224186;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-size: 13px;
	width: 100%;
	color: #224186;
	font-weight: bold;
	text-align: left;
}
a {
	text-decoration: underline;
	color: #224186;
}
a:hover { background-color: #A8BC26; }
table { font-size: 11px; }
td { padding: 0 5px 0 5px; }
td.headings p { color: #A8BC26; text-align: right; }

.underline { border-bottom: 1px dotted #224186; }
.overline { border-top: 1px dotted #224186; }
.highlight{ width: 588px; background-color: #DDE1E6; border-left: 1px dotted #224186; border-right: 1px dotted #224186; padding: 5px;}

.button{ display: block; width: 588px; background-color: #DDE1E6; border: 1px solid #224186; padding: 5px;}
.button:hover{ display: block;  background-color: #A8BC26; }

.centre { text-align:center }