body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px;
}



/* Link styles */

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #b1cd5e;
	text-decoration: underline;
}

a.FooterLink:link {
	color: #ffffff;
	text-decoration: none;
}
a.FooterLink:visited {
	color: #ffffff;
	text-decoration: none;
}
a.FooterLink:hover {
	color: #ffffff;
	text-decoration: underline;
}



/* TD styles */

td.DarkGreen {
	color: #2a2f22;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td.LightGreen {
	color: #a8bd82;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td.orange {
	color: #f28c23;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td.footer {
	font-size: 11px;
	color: #ffffff;
}



/* Bold styles */

strong.DarkGreen {
	color: #2a2f22;
	font-weight: bold;
}

strong.LightGreen {
	color: #a8bd82;
	font-weight: bold;
}

strong.orange {
	color: #f28c23;
	font-weight: bold;
}