

/*-- Begin Brochure Styles */
.brochure {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

	/* begin main image styles */
	.border {
		padding:0px;
		border:1px solid #999999;
		margin:2px;
		margin-right:0px;
		float: left;
		clear: left;
		}
	.border img {
		border: 8px solid #FFFFFF;
		margin:0px;
		padding:0px;
	}
	/* end image styles */

.brochure h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#0e3e6f;
	text-transform:none;
	text-align:left;
	line-height:130%;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
} /*brochure title*/

.brochure h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#0e3e6f;
	text-transform:none;
	text-align:left;
	line-height:130%;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} /*brochure subtitle*/

.brochure h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#0e3e6f;
	text-transform:none;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
} /*brochure headings*/

.brochure li {line-height:140%;}

	/* begin presenter info styles */
	.presenter {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		font-style:italic;
		line-height:140%;
		text-align:center;
		color:#333333;
		padding-top:15px;
	}
	.presenter a {
		font-size:12px;
		font-weight:bold;
	}
	/* end presenter info styles */
	

	/* begin can't attend info styles */
.cantattend {width:auto; height:auto; background-color:#f0f3f8; padding:20px 20px 10px 20px; margin-top:40px;}
.cantattend h2 {text-align:left; font-weight:bold; font-size:14px;}	/* end can't attend info styles */

/* End Brochure Styles */



