/***************************************
****************************************
************** MANSON CREEK ************
****************************************
***************************************/


/**********************************
*********** MAIN STYLE ************
**********************************/

.style_body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 16px;
	color: #666666;

}
.style_red {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #A10000;
	text-decoration: none;
	line-height: 16px;
}

.copyright {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	line-height: 13px;
}

/**********************************
*********** LINKS STYLE ***********
**********************************/


a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	background-color:#FEE5E5;
	color: #666666;
	
}
