/* CSS Document */
.body {
background-color:#FFFFFF;
}
.highlighted-bold {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 13px;
	text-transform: uppercase;
	 color: #670101;
	
}

.backgroundcolor-boldcaps {
	font: 12px bolder;
	line-height: 13px;
		color: #fbf8eb;
	text-transform: uppercase;
	    background: #442476;
}
.highlightedbox {
padding: 10px 0;
		text-align: center;
		background: #95c2ba;
		border: 1px dashed #2e8d9d;
}
.secondcolor {
	color: #ac7f3c;
	}
.line {
	text-indent: -5000px;
	overflow: hidden;
		display: block;
	border-top: 1px dashed #670101;
	width: 95%;
	}

.largetext-bold {
	font: bolder 1.5em "Times New Roman", Times, serif;
	color: #5c4a1f;
	}
	

.images {
border: 1px solid #c8aa40;
padding: 2px;
}

.images-right {
border: 1px solid #c8aa40;
padding: 2px;
margin: 0 0 10px 10px;
}
