h1 { 
	font-size: 24px;
	font-weight: normal; 
	color: #19593D; }

h3 { 
	font-size: 16px;
	margin: 12px 0px; }

h4 { 
	font-size:12px;
	margin: 5px 0px; }
			
.line {
	position: relative;
	height: 1px;
	border-top: 1px solid #19593D;
}

/* DIVS ----------------- */

#highlightBox {
	background-color: #E1F0DD;
	padding: 5px;
	border:solid 1px #19593D;
	}