@charset "utf-8";

.pdf-icon {
	background: transparent url(../images/icon-pdf.gif) no-repeat 0% 0%;
	padding: 0 0 20px 24px;
	text-decoration: none;
	}
	
.image-float-right {
	float: right;
	width: 45%
	}
.image-float-left {
	float: left;
	width: 45%
	}
	
.bullets {
	/* display bullets */	
	}
	
.bullets-reduced-line-height {
	/* display bullets */	
	}
	
.text-float-right {
	float: right;
	padding: 0 1.5% 5px 1.5%;
	width: 46.5%;
	margin-top: 20px;
	}
.text-float-left {
	float: left;
	padding: 0 1.5% 5px 1.5%;
	width: 47%;
	margin-top: 20px;
	}
.text-float-left-right-border {	
	border-right: 1px solid #D9D5D2;
	float: left;
	padding: 0 1.5% 5px 1.5%;
	width: 46.5%;
	margin-top: 20px;
	}