h3 {
	margin:  0 0 1em ;
	font-size: 20px;
	color: #000;
	text-align: center;
}
h3.subhead {
	font-weight: normal;
}
div.release {
	max-width: 80%;
	margin-top: 2em;
}
.contact {
	font-weight: bold;
	margin: 0;
}
.indent {
	margin: 1em 25px;
}
div.right {
	width: 30%;
}
div.right p {
	font-weight: bold;
	margin-top: 0;
}
hr {
	width: 200px; 
	height: 1px; 
	border: none;
	text-align: left;
	margin: 0;
	color: #666;
	background-color: #666; 
}
/* for misc items in releases (i.e. tables, definition lists, etc) */
/* usa/20001214; rus/20020212 */
h4 {
	font-size: 120%;
	color: #000;
	margin: 1.5em 0 0;
}
dt {
	font-size: 80%;
	font-weight: bold;
}
dd {
	font-size: 80%;
	margin: 0 20px 1em;
}
table {
	border-collapse: collapse;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
caption {
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	padding: 2px 4px;
	border: 1px solid #ccc;
	border-bottom: none;
	background-color: #eee;
}
tr {
	vertical-align: top;
}
td {
	font-size: 80%;
	border: 1px solid #ccc;
}
td p {
	font-size: 100%;
}
