@charset "utf-8";
.gre {
	border: 1px solid #CCCCCC;
}
.blue-u {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9DBDFF;
}
hr {
	padding: 0px;
	margin: 0px;
}
.dotred {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF3300;
}
.green-u {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669900;
}
.gre-u {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.ddotgre {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

