.headlineBar {
	background-color:#637685;
	font-weight: bold;
	display:block;
	font-size: 22px;
	border: 1px solid black;
	color: white;
}

.headlineRed {
	font-weight: bold;
	font-size: 22px;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.subheadBlack {
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.smallBodyCopy { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
}

.mediumBodyCopy { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
}

.largeBodyCopy { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
}

.blueText {
	color: blue;
}

.redText {
	color: #990000;
}

.highlightBold {
	background-color:#FFFFCC;
	font-weight: bold;
}

.highlight {
	background-color:#FFFFCC;
	font-weight: normal;
}