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

.rightArrowText {
	float: 					right; 
	padding: 				5px 10px 0px 0px; 
	font-size: 				11px; 
	font-weight: 			bold;
}

.rightArrowText a {
	text-decoration:		none;
	color:					#000000;
}

.leftArrowText {
	float: 					left; 
	padding: 				5px 0px 0px 10px; 
	font-size: 				11px; 
	font-weight: 			normal;
}

.leftArrowText a {
	text-decoration:		none;
	color:					#000000;
}

.brochureLink:link, .brochureLink:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}
.brochureLink:hover {
	color: #7a8400;
	}
.brochureLink img {
	border: 0;
	}
