/* CSS Document */
	<style type="text/css">
	<!--
		A:link { COLOR: black; TEXT-DECORATION: none; font-weight: normal }
		A:visited { COLOR: black; TEXT-DECORATION: none; font-weight: normal }
		A:active { COLOR: black; TEXT-DECORATION: none }
		A:hover { COLOR: blue; TEXT-DECORATION: underline; font-weight: bold }

		.style_header {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			color:#FFFFFF;
			font-style: normal;
			line-height: normal;
			font-weight: bold;
			font-variant: normal;
			text-transform: none;
		}
		.style_header_text {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-style: normal;
			line-height: normal;
			font-weight: bolder;
			font-variant: normal;
			text-transform: none;
			color: #000000;
		}
		.content_text_header {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 18px;
			font-style: normal;
			line-height: normal;
			font-weight: bolder;
			font-variant: normal;
			text-transform: none;
		}
		.content_text {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			font-style: normal;
			line-height: normal;
			font-weight: bolder;
			font-variant: normal;
			text-transform: none;
		}
		-->
	</style>