body
{
	text-align: left;
	font-size: 14px;	
}

.contentSection
{
	padding: 10px;
	clear: both;
}

.headLine
{
	font-weight: bold;
	font-size: 36px;
	color: #ffffff;
	margin: 10px 0px;
}

.secondaryHeadLine
{
	font-weight: bold;
	font-size: 24px;
}

.minorHeadLine
{
	font-weight: bold;
	font-size: 18px;
}

.textShadowGrey
{
	text-shadow: #919191 1px 1px 1px;
	-moz-text-shadow: #919191 1px 1px 1px;
	-webkit-text-shadow: #919191 1px 1px 1px;
}


.p
{
	margin: 15px 20px 15px 0px;
	padding: 1px;
}

.button{

    color: #fff;
    text-docoration: none;
    display: inline-block;
   
}

	
#bullets
{
	display: inline-block;
    margin-top: 25px;
    text-align: center;
    vertical-align: top;
    width: 330px;
  
}

li
{
	margin-left: -20px;
	margin-bottom: 15px;
}

.checkList
{
	list-style-image:url('../images/green-ok.png');
}
			
sup
{
	font-size: 65%;	
}

.pricingTable tr td
{
	text-align: right;
	width: 50%;
}
