/* ------------- Links ------------- */
a:link {color: #0000FF;}
a:visited {color: #0000FF;}
a:hover {color: #FF0000;}

/* ------------- Temporary Layout Styles ------------- */
#searchBar {
	background-color: #AAAAAA;
}
#menuBar li.dropDownMenu ul li a:hover {
	background-color: #AAAAAA;
}

/* ------------- Custom Site Styles ------------- */
/* Headlines */

.headline-black {
	color: #000000;
	font-size: 20px;
	line-height: 140%;
	font-weight: bold;
}

.headline-blue {
	color: #0000ff;
	font-size: 20px;
	line-height: 140%;
	font-weight: bold;
}

.subhead-black {
	color: #000000;
	font-size: 16px;
	line-height: 140%;
}

.subhead-blue {
	color: #0000ff;
	font-size: 16px;
	line-height: 140%;
	font-weight: bold;
}
