/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(image/background.gif);
	background-repeat: repeat;
}
body,td,th {
	font-size: 0px;
}
#border_black {
    width:800px;
	border: 4px solid #000000;    
}
#border_white {
	width:808px;
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#rule {
	width:695px;
	height:155px;
	border: 2px solid #25A62D;
	background-color: #71D115;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #252525;
	text-align:left;
	padding:15px 0px 0px 15px;
}
#rule2 {
	width:714px;
	height:174px;
	border: 1px solid #26D115;
}
#rule_hinet {
	width:695px;
	height:155px;
	border: 2px solid #FFAC00;
	background-color: #FFE800;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #252525;
	text-align:left;
	padding:15px 0px 0px 15px;
}
#rule2_hinet {
	width:714px;
	height:174px;
	border: 1px solid #FFD400;
}
#text12gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;    
}
#text12yellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;    
}