
#component h1 {
	font-size: 25px !important;
}
#component h2 {
	font-size: 17px !important;
}
#component h3 {
	font-size: 15px !important;
}
#component h4 {
	font-size: 13px !important;
}
#component h5 {
	font-size: 11px !important;
}

.componentheading {
	font-family: Arial;

	height: 31px;
	line-height: 31px;
	padding: 0px 10px;
	color: #737373;
	font-weight: bold;
	font-size: 25px;
	margin: 0 0 10px 0;
	
	
}
.contentheading, .contentheading a {
	font-size: 28px;
	font-weight: bold;
	font-family: Helvetica,Arial,  sans-serif;
/*	color: #000000 !important;*/
	color: #3367CD;
	text-align:center;
	
	
} 


.leading_separator{
	border-bottom: solid 1px #D3D3D3;
	display: block;
	height: 1px;
	margin: 0 0 30px 0px;
	width: 100%;
} 