/* hr styling */

hr {
	border:0;
	color:#c4c4c4;
	background-color:#c4c4c4;
	height:1px;
	width:95%;
	text-align:center;
}

hr.sr {
	margin-top:20px;
	margin-bottom:0;
	margin-left:-1px;
	text-align:left;
	display:block;
	width:686px;
}
