img.align-right {
	float:right;
	margin-left:30px;
	margin-bottom:10px;
}

img.align-left {
	float:left;
	margin-right:30px;
	margin-bottom:10px;
}

table.columns {
	width: 100%;

	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #1a2656;
}
table.columns td {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #1a2656;
}
td.col2left {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #1a2656;
	
	width: 50%;
	padding: 22px 20px 40px 5px;	
}
td.col2right {
	width: 50%;
	padding: 22px 5px 40px 20px;		
}
td.colspan2 {
	width: 100%;
	padding: 22px 5px 40px 5px;		
}
table.columns h2 {
	color: #000000;
	
	font-size: 18px;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: normal;
	
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

strong.underline {
	font-weight: normal;
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	padding-bottom: 8px;
	margin-bottom: 12px;
	margin-top: 12px;
	
	/* margin-bottom: 18px; */
}