.disclaimer {
	font-style: italic;
	
	/* Needed for IE */
	width: 98%;
	
	/* Correct for Opera 7x */
	font-size: 90%;
}

.note {
	font-weight: bold;
}

/* Hide from Opera (apply to IE/NS/Moz) */
:root .disclaimer,
* html body .disclaimer {
	font-size: smaller;
}

html>body .disclaimer {
	width: auto;
}

.release-end {
	text-align: center;
}

h1.news-head {
	margin-bottom: 1em !important;
}

h2.news-subhead {
	margin-top: 0 !important;
}

#release-identifier {
	color: #666;
	font-weight: bold;
	font-style: italic;
	font-size: 170%;
	text-decoration: underline;
}

#release-contacts {
	margin-top: 2em;
	border-collapse: collapse;
	border: none;
}

#release-contacts .dept {
	vertical-align: top;
	padding-right: 2em;
	width: 10em;
}

#release-contacts .contact {
	vertical-align: top;
}

#release-contacts td {
	padding-bottom: 1.5em;
}

#release-contacts td span.contact-name {
	font-weight: bold;
}


/* News Release Index styles */
.news-release-teaser {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1em 1em 0 0;
}

#container-main .content .news-release-teaser h2 {
	margin-top: 0;
	padding-top: 0;
}

.news-release-teaser a {
	color: #99a;
	font-weight: bold;
	text-decoration: underline;
	text-align: right;
}

.news-release-teaser .date {
	font-weight: bold;
}

table.news-release-list {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.5em;
}

table.news-release-list caption {
	text-align: left;
	font-weight: bold;
}

table.news-release-list td {
	padding-bottom: 1em;
}

table.news-release-list .col-date {
	width: 8em;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

table.news-release-list .col-title {
}


/* Joint News Release */
table.joint-release-header {
	width: 100%;
	border-collapse: collapse;
	margin-top: 2em;
	margin-bottom: 2em;
	border-bottom: 1px solid #ddd;
}

table.joint-release-header caption {
	font-weight: bold;
	text-align: center;
	font-size: 135%;
}

table.joint-release-header .col1 {
	text-align: left;
}

table.joint-release-header .col2 {
	text-align: right;
}

table.joint-release-header td {
	padding-bottom: 0.5em;
	font-size: 120%;	
}

h3 {
	font-size: 110% !important%
}