/* File: rules.css */
DIV#containerMain DIV.panelText {
	padding:									0 1em 1em 2em;
	margin-bottom:							2em;
}
DIV#containerMain H3 {
	text-align:								center;
	font-size:								130%;
	color:									#006900;
	margin-bottom:							0.5em;
}
DIV#containerMain OL {
	color:									#000000;
	padding:									1em 1em 1em 2em;
	font-weight:							bold;
}
DIV#containerMain OL LI {
	margin-bottom:							1em;
}
DIV#containerMain OL#listSafetyRules LI P {
	font-weight:							normal;
}
DIV#containerMain P#pRangeRulesFootnotes {
	font-weight:							bold;
	font-size:								85%;
	color:									#006900;
	margin-left:							2em;
}