/* Style sheet for the message boards: mostly various kinds of    */
/* of highlighting.                                               */
H4 {
	margin-top : 1.0em;
	margin-bottom : .5em;
	margin-left : 0.0em;
	color: #003366;
	background-color: #FFFFFF;
}
EM {
	color: #FF3333;
	background-color: #FFFFFF;
}
EM.normal {
	color: #000000;
	background-color: #FFFFFF;
}
P.active-message {
	color: #000000;
	background-color: #cccccc;
	border: 1pt;
	margin-right: 0pt;
	margin-top: 1.5em;
	margin-bottom: 0pt;
}
P.sticky-message {
	color: #000000;
	background-color: #cccccc;
	border: 1pt;
	border-top: 5px solid #036;
	margin-right: 0pt;
	margin-top: 1.5em;
	margin-bottom: 0pt;
}
LI {
	margin-top : .25em;
}
STRONG.styled-reverse {
	background: #003366;
	color : #FFFFFF;
	font-family: arial, helvetica, verdana, sans-serif;
}
