@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}.brightstar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
}
.buttontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #3A6611;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
}
.greenbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #ADC319;
	text-decoration: none;
	letter-spacing: 1px;
	font-style: normal;
}
.quotation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #322C6A;
	text-decoration: none;
	letter-spacing: 1px;
}
.greyheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #515151;
	text-decoration: none;
	letter-spacing: 1px;
}
.bullettext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3C660B;
	text-decoration: none;
	line-height: 24px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #515151;
	line-height: 17px;
	text-decoration: none;
	letter-spacing: 0.5px;
	text-align: justify;
}
.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 8pt;
	color: #ACC119;
	text-decoration: none;
}
.bullettext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 6pt;
	color: #515151;
}
.whitemain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 0.5px;
}
.greentext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 17px;
	font-weight: normal;
	color: #ADC319;
	text-decoration: none;
}
.darkgreentext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 17px;
	color: #4C760E;
	text-decoration: none;
}
