* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #333377; /* change colour to match design */
	text-decoration: underline;
}

a:visited {
	color: #999999; /* change colour to match design */
}

a:hover {
	color: #333377; /* change colour to match design */
	text-decoration: none;
}

body {
	color: #444444; /* change colour or set to Black */
	font-family: Tahoma, Arial, sans-serif;
	font-size: 82%;
}

h1 {
	color: #333377; /* change colour to match design */
	font-size: 160%;
	padding-bottom: 6px;
}

h2 {
	color: #333377; /* change colour to match design */
	font-size: 130%;
}

h3 {
	color: #333377; /* change colour to match design */
	font-size: 120%;
}

h4 {
	color: #333377; /* change colour to match design */
	font-size: 110%;
}

h5 {
	color: #333377; /* change colour to match design */
	font-size: 110%;
}

li {
	padding-bottom: 3px;
}

p {
	padding-bottom: 8px;
}

ul {
	padding-bottom: 6px;
	padding-left: 18px;
}

td {
	text-align: left;
}

.contentheading {
	color: #333377; /* change colour to match design */
	font-size: 160%;
	font-weight: bold;
}

.contentpane {
	background-color: #FFFFFF; /* used for popup print window */
	color: #000000;
	font-size: 90%;
}

.leftpic {
	float: left;
	margin: 0px 12px 4px 0px;
}

.rightpic {
	float: right;
	margin: 0px 0px 4px 12px;
}

.text-blue {
	color: #333377;
}

.text-red {
	color: #dd0000;
}

.text-yellow {
	color: #ffbb00;
}

.text-green {
	color: #009900;
}

h2.redblock {
	background-color: #DD0000;
	color: White;
	margin-bottom: 0px;
	padding: 2px 0px 3px 0px;
	margin-bottom: 11px;
	text-align: center;
	width: 168px;
}

h2.greenblock {
	background-color: #009900;
	color: White;
	margin-bottom: 0px;
	padding: 2px 0px 3px 0px;
	margin-bottom: 11px;
	text-align: center;
	width: 168px;
}

h2.yellowblock {
	background-color: #FFBB00;
	color: Black;
	margin-bottom: 0px;
	padding: 2px 0px 3px 0px;
	margin-bottom: 11px;
	text-align: center;
	width: 168px;
}

