/*
We don't want to reproduce every style that we use in the site. We just want to give the
user some options without ceding control.
*/
.heading {font: bold 12px/14px Verdana,Arial,Helvetica,sans-serif; font-variant: small-caps; color: rgb(61, 30, 66);}
.header {color: #5f1a2d; font-variant: small-caps; font-size: 14px;}
.info_header {color: #5f1a2d; font-variant: small-caps; font-size: 12px;}
.email_header {font-weight: bold; color: #611834;}
.ten {font-size: 10px;}
.twelve {font-size: 12px;}
.fourteen {font-size: 14px;}
.maroon {color: #5f1a2d; }
.small_caps {font-variant: small-caps;}