/* cema_top.css */
body {
	background-color: white;
	background-attachment: fixed;
	background-image: url(index_img/bg_ph.jpg);
	background-repeat: no-repeat;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}
a:link {
	color: red;
	font-weight: bold;
}
a:visited, a:active {
	color: #990000;
	font-weight: bold;
}
a:hover {
	background: #990000;
	color: white;
	font-weight: bold;
}
p {
	text-indent: 1em;
}
p.info {
	text-align: right;
}
span.note {
	font-size: 80%;
}
span.no-disp {
	display: none;
}
dl.whatsnew {
	background-color: #CCFFCC;
	padding: 1em;
	border-style: outset;
	border-width: thick;
	border-color: #33FF33;
}
table.ibody td {
	padding-left: 1em;
	padding-right: 1em;
}
