	<style type="text/css">
	
	body {
	  color: black;
	  font-family: arial, sans-serif;
	  font-size: 12px;
	  font-style: normal;
	  font-weight: normal;
	}

/* Header */
	h1 {
	  color: #CC0000;
	  font-family: arial, sans-serif;
	  font-size: 15px;
	  font-style: normal;
	  font-weight: thick;
	}
	label1 {
		color: #3A4349;
	}

div.b {
  line-height: 1.6;
}
ul.b {
  list-style-type: square;
}
p.a {
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 20px;
}
p.footertext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}
		
	
/* TopHeaderTable -------------------------------------------------------------------------*/	
	.InvisiTable {
	  table-layout: fixed;
	  border-collapse: collapse;
	  width: 1124px;
	  font-size: 12px;
	}
	.Col25{
		width: 25%;
	}
	.Col50{
		width: 50%;
	}
	.Col100px{
		width: 100px;
	}

	table, th, td {
	  border: 2px solid white;
	}

	.InvisiTable td {
	  border: 1px solid #FFFFFF;
	  text-align: left;
	  padding: 4px;
	  font-family: arial, sans-serif;
	  font-size: 15px;
	  font-weight: normal;
	  Vertical-align: top;
	}
	
	.InvisiTable th{
	  font-family: arial, sans-serif;
	  font-size: 16px;
	  font-weight: normal;
	  padding: 4px;
	  text-align: left;
	}
	.InvisiTable th.thicker{
	  font-family: arial, sans-serif;
	  font-size: 14px;
	  font-weight: normal;
	  padding: 20px;
	  text-align: left;
	  Vertical-align: top;
	}



	.HeaderTable {
	  table-layout: fixed;
	  border-collapse: collapse;
	  width: 1124px;
	  font-size: 12px;
	}
	.Col25{
		width: 25%;
	}
	.Col50{
		width: 50%;
	}
	.Col100px{
		width: 100px;
	}

	table, th, td {
	  border: 2px solid white;
	}

	.HeaderTable td {
	  border: 1px solid #FFFFFF;
	  text-align: left;
	  padding: 4px;
	  font-family: arial, sans-serif;
	  font-size: 15px;
	  font-weight: normal;

	}
	
	.HeaderTable th{
	  font-family: arial, sans-serif;
	  font-size: 16px;
	  font-weight: thicker;
	  padding: 4px;
	  text-align: right;
	}

	
	
	</style>