/* PAGE PROPERTIES */
BODY {
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: none;
	border-color: none;
	width: auto;
	background-color: #FFFFFF; /* This will set the base BODY color of your page */
	font-family: arial, helvetica, geneva;
	text-align: center;
	font-size: 8pt;
	}

#wrapper {
	position:relative;
	width:800px;
	z-index:1;
	left: 0px;
	top: 0px;
	margin: 0 auto 0;
	/* text-align stops the text in the wrapper being controlled by the centre instruction in the body tag */
	text-align: left;
	}
	
	
/* TEXT PROPERTIES */
.mainText {
	color: #000000;
	margin: 0pt 10pt 10pt 10pt; /* Top Right Bottom Left */
	font-size: 8pt;
	}

.boldText {
	color: #000000;
	margin: 0pt 10pt 10pt 10pt; /* Top Right Bottom Left */
	font-size: 8pt;
	font-weight: bold;
	}
	
.menuText {
	color: #0d228b;
	font-size: 8pt;
	}

/* LINK PROPERTIES */
A.Links {
	color: #FF0000; text-decoration: none;
	font-size: 8pt;
	}

A.Links:HOVER {
	color: #FF0000; text-decoration: underline;
	font-size: 8pt;
	}
A.menuLinks {
	color: #0d228b; text-decoration: none;
	font-size: 8pt;
	}

A.menuLinks:HOVER {
	color: #FF0000; text-decoration: underline;
	font-size: 8pt;
	}