/***************************************
****************************************
**** OLIVER & ASSOCIATES REALESTATE ****
****************************************
***************************************/


/**********************************
*********** MAIN STYLE ************
**********************************/

.style_gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 6D6D6D;
	text-decoration: none;
	line-height: 14px;
}
.style_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 0071DF;
	text-decoration: none;
}
.style_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: F07328;
	text-decoration: none;
}
.style_showcase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: normal;
	font-weight: bold;
}


/**********************************
*********** LINKS STYLE ***********
**********************************/


a:link {
	text-decoration: none;
	color: #F07328;
}
a:visited {
	text-decoration: none;
	color: #F07328;
}
a:active {
	text-decoration: none;
	color: #F07328;
}
a:hover {
	text-decoration: underline;
	/*background-color:#EAF5FF;*/
	color: #F07328;
	
}
