@charset "utf-8";
.body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin: 0;
	padding: 0;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	
	text-align: center;
	color: #000000;
	background-color: #F0F0F0;
}

.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #009900;
	text-align: center;
}
.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-align: left;
}
.Heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #009900;
	font-weight: bold;
	text-align: left;
}
.Heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #009900;
	font-weight: bold;
	text-align: left;
}
.TextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-align: left;
}

