	body {
		font-family: 'Quicksand', sans-serif; 
		font-size:14px; 
	}
	.iframe_container {
		 margin:0px; 
		 width:100%; 
		 overflow:auto;
		 padding:0px; 
		 border:1px solid grey;
		 text-align:center;
		 min-height:100px; 
	}
	.iframe_container h6 {
		 font-size:20px;
		 line-height:100px;
	}
	table {
		border:1px solid grey;
		width:100%;
	}
	table th {
		border:1px solid #eeeeee;
		vertical-align:top;
		padding:3px;
	}
	table td {
		border:1px solid #dddddd;
		vertical-align:top;
		padding:3px;
	}

	img {
		width:100%;
		margin:0px auto;
	}
	.img_float_right_25, .section img.img_float_right_25 {
		float:right;
		clear:right;
		margin-bottom:10px;
		margin-left:10px;
		width:25%;
	}
	.img_float_left_25, .section img.img_float_left_25 {
		float:left;
		clear:left;
		margin-bottom:10px;
		margin-right:10px;
		width:25%;
	}
	.img_float_right, .section img.img_float_right {
		float:right;
		clear:right;
		margin-bottom:10px;
		margin-left:10px;
		width:33%;
	}
	.img_float_right_200, .section img.img_float_right_200 {
		float:right;
		clear:right;
		margin-bottom:10px;
		margin-left:10px;
		width:33%;
		max-width:200px;
	}
	
	.img_float_left, .section img.img_float_left {
		float:left;
		clear:left;
		margin-bottom:10px;
		margin-right:10px;
		width:33%;
	}
	.img_float_right_half, .section img.img_float_right_half {
		float:right;
		clear:right;
		margin-bottom:10px;
		margin-left:10px;
		width:50%;
	}
	.img_float_left_half, .section img.img_float_left_half {
		float:left;
		clear:left;
		margin-bottom:10px;
		margin-right:10px;
		width:50%;
	}
	.full_width_max, .section img.full_width_max {
		width:100%;
		margin:0px auto;
	}
	.full_width_600, .section img.full_width_600 {
		width:100%;
		max-width:600px;
		margin:0px;
		margin-left:auto;
		margin-right: auto 
	}
	.full_width_600:parent, .section img.full_width_600:parent {
		border:1px solid red;
	}