img.image-align-left {
	float: left;
  	margin: 20px 20px 20px 0; 
}

img.image-align-right {
	float: right;
  	margin: 20px 0 20px 20px;
}

a.cta-button {
}

a.cta-button.red {
  background-color: #BA3026;
  color: #fff;
}

a.cta-button.red:hover {
  background-color: #90251D;
}

blockquote.blue {
  background-color: #374B70;
  color: #fff;
}

blockquote.no-quote-marks{}

table.trustbar.right{}
table.trustbar.left{}