BODY {
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: none;
	border-color: none;
	width: auto;
	background-color: #457ab6; /* This will set the base BODY color of your page */
	font-family: Trebuchet MS, helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;	
	}
	
.mainText {
	color: #FFFFFF;
	margin: 0pt 0pt 0pt 0pt; /* Top Right Bottom Left */
	font-size: 8pt;
	}
	
.boldText {
	color: #FFFFFF;
	margin: 0pt 0pt 0pt 0pt; /* Top Right Bottom Left */
	font-size: 8pt;
	font-weight: bold;
	}
	
.hdrText {
	color: #FFFFFF;
	margin: 0pt 0pt 0pt 0pt; /* Top Right Bottom Left */
	font-size: 8pt;
	font-weight: bold;
	}
	
.introText {
	color: #FFF372;
	margin: 0pt 0pt 0pt 0pt; /* Top Right Bottom Left */
	font-size: 8pt;
	font-weight: bold;
	}
	
.footerText {
	color: #FFFFFF;
	margin: 0pt 0pt 0pt 0pt; /* Top Right Bottom Left */
	font-size: 8pt;
	}
	
.errText {
	color: #FFFFFF;
	margin: 0pt 0pt 0pt 0pt; /* Top Right Bottom Left */
	font-size: 8pt;
	font-weight: bold;
	}
	
A {
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: underline;
	}
	
A.Links {
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: underline;
	letter-spacing:0.1em;
	}
	
A.Links:HOVER {
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: underline;
	}
