
* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

td.content {
	padding: 15px 0px 0px 15px;
}

img.content {
	padding-left: 10px;
	padding-bottom: 10px;
}

.header {
	font-size: 18px;
	color: #002745;	
}

.headline {
	font-size: 22px;
	color: #002745;	
}

.subhead {
	font-size: 14px;
	color: #002745;	
	font-weight: bold;
}
.subheadCaps {
	font-size: 14px;
	color: #002745;	
	font-weight: bold;
	text-transform: uppercase;
}
strong {
	color: #002745;	
}
.kicker {
	font-size: 12px;
	font-style: italic;
}

a:visited,a:active,a:link {
	color: #002745;
	text-decoration:none;
}

a:hover {
	color: #002745;
	text-decoration:underline;
}

sup {
   line-height: 100%;
   vertical-align: top;
   font-size: 9px;
}

.footnote {
	font-size: 9px;
}

.nobr {
	white-space:nowrap;
}

.phoneNumber {
	white-space:nowrap;
	font-weight:bold;
}

.caption {
	font-size:9px;
	font-style:italic;
	color:#FFFFFF;
}

.caption2 {
	font-size:9px;
	font-style:italic;
	color:#002745;
}
.callout {
	border:#002745 2px solid; 
	padding:10px; 
	background:#c9d1df;
}

.callout2 {
	padding:10px; 
	background:#e7ad15;
}

.callout3 {
	padding:10px; 
	background:#fff;
	border: 5px solid #bc2c30;
}

/* Colors */

.blue {
	color:#002745;
}

.lightBlue {
	color:#b7c2d5;
}

.yellow {
	color:#e7ad15;
}

.clearfix:after { /* clear floats */
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;}
/* hide from ie-mac \*/
.clearfix {display:block;}
/* end hide from ie mac */
.clearfix {display:inline-block;}
