/*-----------Main Page Variables-----------*/
body {
	margin: 0px 0px 0px 0px;
	padding: 0;
	border-width: 0;
	border-style: none;
	border-color: inherit;
	width: auto;
	background-color: #FFFFFF; /* This will set the base BODY color of your page */
	font-family: arial, helvetica, geneva;
	text-align: center;
    }
#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-----------*/
.boldText {
	color: #213F78;
	font-size: 11pt;
	font-weight: bold;
	margin: 0px 10px 0px 0px; /* Top Right Bottom Left */	
    }
.hdrText {
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
	margin: 0px 10px 0px 0px; /* Top Right Bottom Left */	
    }
.mainText {
	color: #000000;
	font-size: 11pt;
	margin: 0px 10px 0px 0px; /* Top Right Bottom Left */	
    }
.errText {
	color: #FF0000;
	font-size: 11pt;
	margin: 0px 0px 0px 0px; /* Top Right Bottom Left */	
    }
.thanksText {
	color: #00CC00;
	font-size: 11pt;
	margin: 0px 0px 0px 0px; /* Top Right Bottom Left */	
    }
.footerText {
	color: #000000;
	font-size: 8pt;
	margin: 0px 0px 0px 0px; /* Top Right Bottom Left */	
    }
ul, li {
	color: #000000;
	font-size: 11pt;
	margin: 0px 0px 0px 0px; /* Top Right Bottom Left */	
	bullet: star;
    }
/*----------Links-----------*/
A.mainLinks {
	font-size: 11pt;
	color: #213F78;
	text-decoration: underline;
	
	}
A.mainLinks:HOVER {
	font-size: 11pt;
	color: #213F78;
	text-decoration: underline;
	}
A.footerLinks {
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	}
A.footerLinks:HOVER {
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
	}
A.subLinks {
	font-size: 11pt;
	color: #000000;
	text-decoration: none;
	line-height: 1.5em;
	}
A.subLinks:HOVER {
	font-size: 11pt;
	color: #FF9900;
	text-decoration: underline;
	line-height: 1.5em;
	}
A.subActiveLinks {
	font-size: 11pt;
	color: #FF9900;
	text-decoration: none;
	line-height: 1.5em;
	}