body {
	background-color: #FFFFFF;
}

p {
	color: #000000;
	font: 14px Times New Roman, serif;
	text-align: left;
}

p.centre {
	color: #000000;
	font: 14px Times New Roman, serif;
	text-align: center;
}

p.right {
	color: #000000;
	font: 14px Times New Roman, serif;
	text-align: right;
	font-weight: bold;
}

td {
	font: 14px Times New Roman, serif;
	color: #000000;
}

td.centre {
	font: 14px Times New Roman, serif;
	color: #000000;
	text-align: center;
}


td.black {
	background-color: #000000;
}

td.footer {
	color: #000000;
	font: 12px Times New Roman, serif;
	text-align: center;
}

h1 {
	font: 20px Times New Roman, serif;
	color: #000000;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

h2 {
	font: 18px Times New Roman, serif;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

h2.right {
	font: 18px Times New Roman, serif;
	color: #000000;
	font-weight: bold;
	text-align: right;
}

h2.left {
	font: 18px Times New Roman, serif;
	color: #000000;
	font-weight: bold;
	text-align: left;
}

h3 {
	font: 16px Times New Roman, serif;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

h3.left {
	font: 16px Times New Roman, serif;
	color: #000000;
	font-weight: bold;
	text-align: left;
}


a:link {
	color: #0000FF;
	font: 12px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	font: 12px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	font: 12px Arial, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a:link.small {
	color: #0000FF;
	font: 11px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a:visited.small {
	color: #0000FF;
	font: 11px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a:hover.small {
	color: #FF0000;
	font: 11px Arial, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}