body .MarketingLP {
	line-height:1.2em;
	margin-top:15px !important
}

.MarketingLP {
	font-size: 14px;
	width: 990px;
	margin:0 auto;
	margin-top:15px !important
}

.MarketingLP a {
	color:#63c8d5;
	text-decoration:none;
	cursor:pointer;
	outline:none;
}

.MarketingLP a:hover {
	color:#000;
	text-decoration:underline;
}

.MarketingLP .cyan {
	color: #1AAECA;
}

.MarketingLP .pink {
	color: #C21886;
}

.MarketingLP .serif {
	font-family: Georgia, 'Times New Roman', Times, serif;
}

.MarketingLP .sansSerif {
	font-family: "Trebuchet MS", Verdana, Arial, Geneva, Helvetica, sans-serif;
}

.MarketingLP span.chevron {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C21983;
	font-size: 18px;
	line-height: 18px;
	cursor: default;
}

.MarketingLP sup {	
	height: 0;	
	line-height: 1;	
	vertical-align: baseline;
	position: relative;	
	bottom: 0.75ex;
}

.MarketingLP h2 sup, 
.MarketingLP h3 sup {
	vertical-align: super;
	font-size:0.4em;
}


.MarketingLP .prettyButton {
	background-color: #5DCDD9;
	-webkit-box-shadow: inset 0 -10px 20px #22A4BA;
	-moz-box-shadow: inset 0 -10px 20px #22A4BA;
	box-shadow: inset 0 -10px 20px #22A4BA;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	font:bold 14px "Trebuchet MS",Verdana,Arial,Geneva,Helvetica,sans;
	padding: 4px 20px;
	text-transform: uppercase;
	display: inline-block;
}	

.MarketingLP a:hover .prettyButton,
.MarketingLP .prettyButton:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #22A4BA;
	-webkit-box-shadow: inset 0 -24px 20px #5DCDD9;
	-moz-box-shadow: inset 0 -24px 20px #5DCDD9;
	box-shadow: inset 0 -24px 20px #5DCDD9;
}

.MarketingLP .prettyButton.magenta {
		background-color: #f348b7;
		-webkit-box-shadow: inset 0 -10px 20px #c7278f;
		-moz-box-shadow: inset 0 -10px 20px #c7278f;
		box-shadow: inset 0 -10px 20px #c7278f;
	}

.MarketingLP .prettyButton.magenta:hover  {
		background-color: #8F1361;
		-webkit-box-shadow: inset 0 -24px 20px #C31986;
		-moz-box-shadow: inset 0 -24px 20px #C31986;
		box-shadow: inset 0 -24px 20px #C31986
	}