.mp10{
	margin:10px 0px;
	padding: 10px;
}
.mp10:hover{
	background-color: #eee;
	border-radius: 5px;
}
.mt15{
	margin-top: 15px !important;
}
.mr5{
	margin-right:5px;
}
.clear{
	clear: both;
}
.bgcolor{
	background-color: #F4F4F4;
	border-radius: 5px;
}
.search{
	margin: 10px 0px;
	padding: 10px;
	border:2px solid #eee;
	border-radius: 5px;
}
.title{
	color:#AA2222;
	font-size: 18px;
}
.read-more{
	color:#AA2222 !important;
}
.read-more:focus read-more:hover{
	color:#AA2222 !important;
}