/* blue: #207EB9; red: #993300; grey: #666666; */

.title{
	border-bottom:1px solid #E6E6E6;background:none;
	margin:0 0 15px 0;
	color: #993300;
	font-family: Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 2.0em;
	line-height:1.1em;
}

.subhead{
	color: #207EB9;
	font-family: Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
	line-height:1.0em;
}

.reverseBlock{
	display:block;
	background-color:#207EB9;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	margin:0;
}

.boldBlock{
	display:block;
	text-align:center;
	font-weight:bold;
	margin:0;
	color: #207EB9;
}

.highlight{
	color: #207EB9;
}

.outline {
	border: 2px solid #000000;
}

.lgBold {
	font-family: Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
	line-height:1.0em;
}
.hugeRed {
	font-family: Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 2.0em;
	line-height:1.0em;
	color:#ff0000;
}

.leftVertLine {
	border-left: 2px solid #000000;
}
