	
	
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
		font-weight: 700;
		color: #2B3F48;
	}
	
	
	p
	{
		line-height: 130%;
	}
	
	
	
	
	.fa
	{
		text-decoration: none;
	}

		
/*********************************************************************************/
/* 3-column                                                                      */
/*********************************************************************************/

	.boxA,
	.boxB,
	.boxC,
	.boxD
	{
		width: 235px;
		color: #656565;
	}

	.boxA,
	.boxB,
	.boxC
	{
		float: left;
		margin-right: 11px;
	}
	
	.boxD
	{
		float: right;
	}

	.boxM
	{
	width: 235px;
	color: #656565;
	margin-right: 11px;
	}			
	
	
	
.box
{
	padding: 10px 10px 10px 10px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 8px;
	text-align: center;
	margin-bottom:10px;
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%) repeat scroll 0 0 transparent;
}


	#extra
	{
		overflow: hidden;
		
	}
	
	#extra .title
	{
		text-align: center;
	}
	
		
	#extra .fa
	{
		display: block;
		margin-bottom: 0.5em;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
	}



