/***
* Press Events Page
***/

#catPress.pressEvents .eventItem P.date {
	background: #0066CB;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 3px;
	text-align: center;
}



/***
* News Room Page Styles
***/

#catPress.newsRoom .text {
	background: url('/images/products/layout/MDGInt.png') no-repeat 530px 36px;
}
#catPress.newsRoom .text H1 {
	color: #003366;
	font-size: 28px;
}
#catPress.newsRoom .text H1 .orangeText {
	color: #FF9900;
}
#catPress.newsRoom .text H2 {
	color: #003366;
	font-size: 16px;
}
#catPress.newsRoom .text P {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 20px;
	width: 444px;
}
#catPress.newsRoom TABLE,
#catPress.newsletter TABLE {
	clear: both;
	margin-top: 20px !important;
	margin-bottom: 10px !important;
}
#catPress.newsRoom TABLE THEAD TR TD,
#catPress.newsletter TABLE THEAD TR TD {
	background: #0066CB;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 5px;
}
#catPress.newsRoom TABLE TBODY TR.even,
#catPress.newsletter TABLE TBODY TR.even {
	background: #ECEDEE;
}
#catPress.newsRoom TABLE TBODY TR.odd,
#catPress.newsletter TABLE TBODY TR.odd {
	background: #DFDEDE;
}
#catPress.newsRoom TABLE TBODY TR TD,
#catPress.newsletter TABLE TBODY TR TD {
	padding: 2px 5px;
	vertical-align: top;
}

#catPress.newsRoom UL {
	height: 50px;
	margin: 20px;
	padding: 0px;
}
#catPress.newsRoom UL LI {
	float: left;
	width: 148px;
}



.pressRelease.contentBox
{
  border: 0;
  width: 75%;
}
.pressRelease H1.title
{
  background: none;
  text-align: left;
}
.pressRelease P
{
  text-align: justify;
}
.pressRelease .synopsis
{
  font-size: 1.1818em;
  font-style: italic;
  margin-bottom: 1em;
  text-align: left;
}
