/* CSS Document */
.warning_box {
	margin:0 auto;
	text-align:center;
	width:460px;
	background-color:#FF0000;
	border:double thick #fff;
	font-size:28px;color:#FFFFFF;
	font:Arial;
	font-weight:bold;
	}
#chapter {
	margin:0 auto;
	text-align:center;
	width:460px;
	}
#category {
	margin:0 auto;
	width:220px;
	text-align:center;
	font-weight:bold;
	}
#category_fr {
	float:right;
	width:220px;
	text-align:center;
	font-weight:bold;
	}
#category_fl {
	float:left;
	width:220px;
	text-align:center;
	font-weight:bold;
	}
#row {
	clear:both;
	display:block;
	margin:0 auto;
	text-align:center;
	width:460px;
	border-top:solid 2px #ccc;
	}
.important {
	font-weight:bold;
	color:#ff0000;
	text-decoration:none;
	}
.hazard_box {
	margin:0 auto;
	width:400px;
	border:solid thin #000000;
	padding:6px;
	}
