.text-red {
	color: #FF0000;
	font-weight: normal;
}

.text-red_line {
	color: #FF0000;
	font-weight: normal;
	text-decoration: underline;
}

.text-line {
	text-decoration: underline;
}


.title {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F60;
	margin-bottom: 0.5em;
}


.listbox  {
	padding-left: 1em;
}

ul li  {
	line-height: 1.5em;
	padding-bottom: 0.5em;
	list-style-type: disc;
	list-style-position: outside;
	
}

ol li  {
	line-height: 1.5em;
	padding-bottom: 0.5em;
	list-style-type: decimal;
}


