div.clearer {
	clear: both;
	height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	line-height: 0px;
	font-size: 0px; 
	overflow:hidden; 
}

div.content_heading {
	
	font-size: 1.4em;
	color: #19699A;
	
}

hr.content_divider {

	border: none; 
	height: 1px;
	background-color: #AAAAAA;
	
}

div.list_heading {
	font-weight: bold; 
	font-size: 1.2em;
	
}

.bordered_light {
	border-color: #7F9DB9;
	border-style: solid;
	border-width: 1px;
}

.info_box {

	width: auto;
	border-color: #7F9DB9;
	border-style: solid;
	border-width: 1px;
	background-color: #F9F9F9;
	text-align:center;
	padding: 6px;
}	


input.text, input.textarea {
	border-color: #7F9DB9;
	border-style: solid;
	border-width: 1px;
}