
		body {
			background-color:white;
		}
		.heading {
			 font-size:20pt;font-weight:800;color:gray;font-style:italic;
		}
		.cHeading {
			 font-size:15pt;font-weight:800;color:gray;font-style:italic;
		}
		.body {
			font-size:12pt;
			font-weight:800;
			color:#363636;
		}
		.rt {
			float:left;
		}
		.lt {
			float:right;
		}
		strong {
			color:#009900;
			font-weight:bold;		
		}
		a:link {
			color:#33cc00;
			font-weight:bold;
			text-decoration:none;			
		}
		a:hover {
			color:blue;
			font-weight:bold;
			text-decoration:none;			
		}
		a:visited {
			color:#009900;
			font-weight:bold;
			text-decoration:none;			
		}
