/* CWR 4446560, bsullivan - 02/04/10 - added red disclosure text at bottom of page */

/* Default Formatting */
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
td {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #2C5170;
}
a:link {
	color: #AB0F12;
	text-decoration: underline;
}
a:hover {
	color: #999966;
}
a:visited {
	color: #AB0F12;
}
.bkgdTan {
	background-color: #EAEAD6;
}
.bkgdBlue {
	background-color: #6786A0;
}
.textWhite {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.textSmallWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.textGray {
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #666666;
}
/* Begin CWR 4446560, bsullivan - 02/04/10 - added red disclosure text at bottom of page */
.textRed, td.textRed {
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #cc0033;
}
/* End CWR 4446560, bsullivan - 02/04/10 - added red disclosure text at bottom of page */
.header {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #203F5A;
}
.headerSmall {
	font-size: 12px;
	font-weight: bold;
	color: #203F5A;
	line-height: 16px;
}
.headerRed {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #AB0F12;
}
.headerSmallRed {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #AB0F12;
}
.title {
	font-size: 18px;
	font-weight: bold;
	color: #203F5A;
	text-transform: uppercase;
	line-height: 40px;
}

/* Matrix Formatting */
table.matrixOuterBorder {
	border: 1px solid #2C5170;
}
td.matrixHeader {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px solid #2C5170;
	background: #6786A0;
	text-transform: uppercase;
}
td.matrixCells {
	padding: 2px;
}
.locImages {
	border: 1px solid #000000;
	background: #EEEEEE;
}
.textRed {
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #AB0F12;
}
.bkgdLightTan {
	background: #F8F8EF;
}