/* JDSFA */
/* Layout Stylesheet
----------------------------------------------------------------------------- */


	.legal {
		
	width: 525px;
	margin: 0 0 30px 38px;
	
	}
	
	.legal a {
	
	text-decoration: underline;
	text-transform: none;
	
	}
	
	.legal h2 {
		
	clear: left;
	display: block;
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #959595;
		
	}
	
	.legal h3 {
	
	clear: left;
	border-top: 1px solid #333;
	display: block;	
	margin: 20px 0 20px 0;
	padding: 20px 0 0 0;
	font-size: 18px;
	line-height: 21px;
	color: #fff;
		
	}
	
	.legal h4 {
	
	clear: left;	
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	font: normal 14px/18px Arial, sans-serif;
	text-transform: uppercase;
	border-top: 1px dotted #222;
	color: #fff;
		
	}
	
	.legal h5 {
	
	font-size: 1em;
	margin-bottom: 5px;
	color: #fff;
	
	}
	
	.legal p {
	
	clear: left;
	float: left;
	padding-bottom: 20px;
	margin: 0;
	
	}
	
/*	.legal #content a {
	
	color: #FFDE00;
		
	}	
	
	.legal #content a:hover {
	
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	
	} */
	
	.legal ul {
	
	float: left;
	clear: left;
	padding: 10px 0 10px 30px;
	list-style-type: square;
	
	}
	
	.legal ol {
	
	float: left;
	clear: left;
	padding: 10px 0 10px 30px;
	list-style-type: decimal;
	
	}

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