/***************************************
****************************************
****** 	HIGHSTREET MANAGEMENT INC ******
****************************************
***************************************/


/**********************************
*********** MAIN STYLE ************
**********************************/


.maintext {
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}
.copyrighttext {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.links_leftside {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}


/**********************************
*********** LINKS STYLE ***********
**********************************/


a:link {
	text-decoration: none;
	color:#AD6018;
}
a:visited {
	text-decoration: none;
	color:#AD6018;
}
a:active {
	text-decoration: none;
	color:#AD6018;
}
a:hover {
	text-decoration: none;
	color:#AD6018;
	background-color:#F7EFE8;
}
