/* DENIS LEARY */
/* Section Legal Stylesheet
--------------------------------------------------------------------------- */
	
	
	
/* Style Precedents
--------------------------------------------------------------------------- */

	.section-legal #content h2 {
	
	font: normal 21px/24px Verdana, sans-serif;
	text-transform: uppercase;
	padding: 0 0 0 0;
	color: #fff;
	
	}	
	
	.section-legal #content h3 {
	
	clear: left;
	font: bold 11px/24px Verdana, sans-serif;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
	color: #FFDE00;
	
	}
	
	.section-legal #content h4 {
	
	clear: left;
	font: bold 11px/24px Verdana, sans-serif;
	color: #626262;
	
	}	
	
	.section-legal #content p {
	
	clear: left;
	float: left;
	padding-bottom: 10px;
	margin: 0;
	
	}
	
	.section-legal #content ul {
	
	float: left;
	clear: left;
	padding: 10px 0 10px 30px;
	list-style-type: circle;
	
	}
	
	.section-legal #content ol {
	
	float: left;
	clear: left;
	padding: 10px 0 10px 30px;
	list-style-type: decimal;
	
	}

	.section-legal #content ul li {
	
	float: left;
	clear: left;
	padding: 0 0 10px 5px;
	line-height: 150%;
	list-style-type: disc;
	
	}
	
	.section-legal #content ol li {
	
	float: left;
	clear: left;
	list-style-type: decimal;
	padding: 0 0 10px 5px;
	line-height: 150%;
	
	}
	

	

	
	
	
	
	
