/* Define the main style characteristics */
html, body {
	background-color: #FFFFFF;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
}

a:link {color:#000000; text-decoration:underline;}		/* The Colour of New links */
a:active {color:black; text-decoration:underline;}		/* The colour of Active Links */
a:visited {color:#000000; text-decoration:underline;}	/* The colour of Visited Links */

/* This is used for the Main Menu */
h1 {	
	color: #FFFFFF;
	font: 14pt verdana;
	text-align: center;
	vertical-align: bottom;
	}

/* This is Main Paragraph text */
p {	
	color: #000000;
	font: 10pt verdana;
	text-align: centre;
	vertical-align: top;
	}
.style1 {font-size: 8pt;}
.style2 {text-align: right; font: 8pt Verdana}
.style3 {color: #FFFFFF}

#footer {
	border-top: 2px dotted #999;
	margin-top: 0.5em;
	text-align: center;
	font-size: 8pt;
	}