/*Search style Begin*/
.searchTitle {
	color: #EA7330;
	font-weight: bold;
}

.searchResultTitle {
	margin-top: 10px;
	font-weight: bold;
}

.searchResultTitle a {
	color: #000000;
}

.searchResultTitle a:hover {
	text-decoration: underline;
}

.pagesList{
	display: block;
}

.pagesList a{
	color: #292759;
}

.pagesList a:hover{
	font-weight: bold;
	text-decoration: underline;
}

.pagesList a.hereAmI{
	color: #EA7330;
	font-weight: bold;
	
}

/*Search style End*/