/* Pre-release summary list */
#news {
	width: 100%;
}
table.grid {
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
}
div.gridl { /* Label - (Month) */
	color:rgb(217,0,29);
	font-weight:bold;
}
table.gridh { /* underline below label */
	border-bottom:solid rgb(0,128,192) 1px;
}
td.sro { /* Date */
	font-weight:bold;
}
td.htmlfld a { /* press release title */
	text-decoration:none; 
	color:black;
}
td.htmlfld a:hover { /* press release title */
	text-decoration:underline;
	color:rgb(0,128,192);
}

/* Press release year list */
#PressReleaseYears {
	margin-bottom: 15px;
	text-align:center;
}
#PressReleaseYears td {
	padding-left: 4px;
	padding-right: 4px;
	font-weight:bold;
	border-right:solid rgb(0,128,192) 1px;
}
#PressReleaseYears td.last {
	border-right:solid rgb(0,128,192) 0px;
}
#PressReleaseYears td a {
	color:rgb(100,100,100);
	text-decoration:none;
}
#PressReleaseYears td a:hover {
	color:rgb(0,128,192);
	text-decoration:underline;
}

/* Individual press releases */
#pressheadline {
	font-size: 13px;
	font-weight:bold;
	padding-bottom: 1em;
}
#presscontent {
	font-size: 11px;
	line-height: 1.15em;
}