.whiteBoxTop10Bot20 {
	
	background-color: #fff;
	
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #000;
	
	font-size: 14px;
}

.textBox {
	
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	
	color: #000;
	
	font-size: 12px;
}

	.textBox h2 {
		
		margin-top: 20px;
		margin-bottom: 16px;
		
		font-size: 30px;
		line-height: 30px;
		font-weight:normal;
		color: #3E79A7;
	}
	
		.textBox h2 select {
			
			color: inherit;
			font-size: inherit;
			font-weight: inherit;
			
			background-color: transparent;
			border: none;
			
			cursor: pointer;
		}
		
			.textBox h2 select.campaigns {
				
				font-size: 0.6em;
				width: 400px;
			}
	
	.textBox h2.blue25italic {
		
		margin-top: 10px;
		margin-bottom: 10px;
		
		font-size: 25px;
		font-style: normal;
		font-weight: normal;
		color: #3E79A7;
	}
	
	.textBox h2.grey25 {
		
		margin-top: 10px;
		margin-bottom: 10px;
		
		font-size: 25px;
		font-weight:normal;
		color: #a2a2a2;
	}
	
	.textBox h2.grey25italic {
		
		margin-top: 10px;
		margin-bottom: 10px;
		
		font-size: 25px;
		font-style: italic;
		font-weight:normal;
		color: #a2a2a2;
	}
	
	.textBox h3 {
		
		margin-bottom: 12px;
		
		font-weight:normal;
		text-align: left;
		font-size: 16px;
		line-height: 17px;
		color: #ea3d0d;
	}
	
	.textBox h4 {
		
		margin-bottom: 12px;
		
		font-weight:normal;
		text-align: left;
		font-size: 14px;
		color: #898989;
	}
	
	.textBox p {
		
		color: #5b5b5b;
		font-size: 12px;
		line-height: 17px;
	}
	
	.textBox p.grey11 {
		
		color: #898989;
		font-size: 11px;
	}
	
	.textBox span.blue11bold {
		
		color: #3E79A7;
		font-size: 11px;
		font-weight: bold;
	}
	
	.textBox span.red11 {
		
		color: #ea3d0d;
		font-size: 11px;
	}
	
	.textBox ul.blueArrow {
		list-style: none;
		margin: 0px; 
		padding-left: 10px; 
	}
	
		.textBox ul.blueArrow li {
			
			background: url( '../inc.img/list/arrow.blue.gif' ) center left no-repeat;
			margin: 0px;
			padding: 3px;
			padding-left: 16px;
			font-size: 12px;
			color: #898989; 
		}
	
	.textBox ul.greyArrow {
		list-style: none;
		margin: 0px; 
		padding-left: 10px; 
	}
	
		.textBox ul.greyArrow li {
			
			background: url( '../inc.img/list/arrow.grey.gif' ) center left no-repeat;
			margin: 0px;
			padding: 3px;
			padding-left: 16px;
			font-size: 12px;
			color: #ea3d0d; 
		}
	
	.textBox a,
	.textBox a:link,
	.textBox a:visited,
	.textBox a:active {
		
		color: #ea3d0d; 
		text-decoration: underline;
	}
	
	.textBox a:hover {
		
		color: #ea3d0d; 
		text-decoration: none;
	}
