/* stylesheet */

.greyBox {
  	background: #EAF1C5;
  	BORDER: #CBCBCB 2px solid; 
}

.redText {
	color: #FF3300; 
	font-weight: bold;
	font-size: 1.2em;	
}

.greyText {
	font-weight: bold;
	font-size: 1.2em;
}

span.boxHeader {
	font-size: 2.4em; 
	}
	
		
