@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
	
.container{
	}
	
	
.image_holder_rt{
	margin-left:10px;
	margin-bottom:10px;
	}
	
.image_holder_lt{
	margin-right:10px;
	margin-bottom:10px;
	}
		
.text_holder{
	margin-top:0px;
	padding:0px 0px 0px 15px;
	width:100px; /*chg from 400 */
	float:right; /* chg from left */
	display:inline;
	}
	
	
.text_holder_wide{
	margin-top:20px;
	padding:0px;
	float:right; /* chg from left */
	}
	
.audio_hold h1{
	/*font-size:16px;
	margin-bottom:10px;
	margin-top:0px;*/
	
	font-size: 16px;
	color: #0E6FAB;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	

	
h2{
	font-size:14px;
	margin-top:15px;
	margin-bottom:4px;}
	
	
p.wide{
	margin-top:10px;
	width:100px;} /* chg from 500 */


.audio_hold{
	height:50px;
	background-image: none;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 10px;
	text-align: left;
}
	

	.audio_hold_hor{
	margin:-10px 0px 10px 0px;
	float:right; /* chg from left */
	width:100px;} /* chg from 300*/
