#content h2 {
	height:33px;
	margin-bottom:23px;
}

#content .containerTitle{
	font-size:17px;
	margin-bottom:6px;
	font-weight:bold;
	color:#cccccc;
}

#subheadWhite {
	line-height: 40px;
	color: #ffffff;
}

#subheadRed {
	line-height: 40px;
	color: #ce171f;
}

.indentList {
	margin-left: 15px;
	margin-bottom: 10px;
	line-height: 22px;	
	
}

.indent {
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right:15px;
}

.boldRed {
	color: #ce171f;
	font-weight: bold;
}

a {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;	
	color:#ffffff;
}

a:hover {
	color:#ce171f;
}

a:visited {
	color:#cccccc;
}

.clickhere a {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;	
	color:#ffffff;
}

.clickhere a:hover {
	color:#ce171f;
}

.clickhere a:visited {
	color:#ffffff;
}

.clear {
	clear:both;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}




