/* Copyright Carlton Engineering */

/***********************************************/
/* cssMPTxt.css                                */
/* This CSS page will define the look and feel */
/* for the MP's text specifically.             */
/***********************************************/

#mpContentSec p {
	margin: 0;
	padding: 0;
	margin-top: 36px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #C8A570;
	line-height: 2.2em;
}

.levelTwoMP {
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	color: #EC1F24;
}

	a.levelTwoMP:link, a.levelTwoMP:visited {
		color: #EC1F24;
		text-decoration: none;
	}

	a.levelTwoMP:hover {
		color: #fff;
		text-decoration: none;
	}

.levelThreeMP {
	font: 9px Geneva, Arial, Helvetica, sans-serif;
	color: #ECEEF2;
}

	a.levelThreeMP:link, a.levelThreeMP:visited {
		color: #ECEEF2;
		text-decoration: none;
	}

	a.levelThreeMP:hover {
		color: #EC1F24;
		text-decoration: none;
	}