/* MNC Content Style CSS */

/**************************** Add to Favorites page */

#add_to_fav 
{
	font-family: Century Gothic, Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #313131;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-top: 10px;
	
}

#add_to_fav a, #add_to_fav a:link, #add_to_fav a:visited, #add_to_fav a:active 
{
	color: #88dc00;
	border-bottom-width: 0px;
	border-bottom-style: none;
	text-decoration: none;
}


/**************************** Email This Page page */

#email_this_page 
{
	font-family: Century Gothic, Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #313131;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-top: 10px;
	
}

#email_this_page a, #email_this_page a:link, #email_this_page a:visited, #email_this_page a:active 
{
	color: #88dc00;
	border-bottom-width: 0px;
	border-bottom-style: none;
	text-decoration: none;
}

