

div.hr_dgrey {
	margin:0px;
	height: 1px;
	
	color: #474747;
	background: #474747;
	overflow: hidden;
	margin:15px 0;
}
div.hr_mblue {
	margin:0px;
	height: 1px;
	
	color: #8fbce6;
	background: #8fbce6;
	overflow: hidden;
	margin:15px 0;
}
div.hr_mblue_thick {
	margin:0px;
	height: 4px;
	
	color: #8fbce6;
	background: #8fbce6;
	overflow: hidden;
	margin:15px 0;
}

* html div.hr_mblue,
* html div.hr_mblue_thick,
* html div.hr_dgrey {
	margin:10px 0;
}


div.hr_mblue hr,
div.hr_mblue_thick hr,
div.hr_dgrey hr {
	display: none;
}

