@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #727272;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
#rule_blue {
	color: #68caec;
	border: 3px solid #68caec;
	height: 6px;
}
#rule_gray {
	color: #afafaf;
	border: 3px solid #afafaf;
	height: 6px;
}
#rule_orange {
	color: #f47920;
	border: 3px solid #f47920;
	height: 6px;
}
#rule_dotted {
	border: 1px dotted #cccccc;
	height: 1px;
}
