/* main page elements in which the news will be found */
.divNewsHeads {
	width: 145px;
	margin: 33px 3px 5px 3px;
}
.lblNewsHeads {
	background-image: url(../images/bg_lblNewsHeads.gif);
	background-color: #dce6fa; color: #003d80;
	padding: 1px; padding-left: 5px;
	font-size: 11px; font-weight: bold;
	border-style: solid; border-width: 1px; border-color: #aFd1b8;
}


/* press releases */
.pressMain {
	color: #000000;
}
.tblPress, .headPress {
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	padding: 4px 1px 7px 5px;;
}
.headPress, .headPress:link, .headPress:visited, .headPress:hover {
	color: #efe8e0;
	padding: 0px;
	font-weight: bold;
}
.linksPress, .linksPress:link, .linksPress:visited, .linksPress:hover {
	color: #d0d3df;
	font-size: 11px; font-weight: normal;
	line-height: 14px;
	text-decoration: none;
}
.readmorePress, .readmorePress:link, .readmorePress:hover, .readmorePress:visited {
	color: #d0dae8;
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px; font-weight: bold;
	text-align: right; text-decoration: none;
}
.linksPress:hover, .headPress:hover, .readmorePress:hover {
	color: #ffffff;
}
.imgPress {
	border-style: solid; border-width: 1px; border-color: #403d39;
}

.pressHeadline {
	color: #6b7b9f;
	font-size: 21px; font-weight: bold;
	line-height: 22px;
	margin-top: 4px;
}
.pressSubhead {
	font-size: 13px; font-weight: bold;
	margin-top: 3px; margin-bottom: 5px;
}
