/* Styles for example memos with some numbered paragraphs */
.memo_box {
	border: 1px solid; 
	margin-bottom: 20px;
	padding: 20px 40px 10px;
	font-style: normal;
}
.memo_col_1 {
	font-weight: bold; 
	float: left; 
	width: auto;
}
.memo_col_2 {
	margin-left: 50px; 
	float: left; 
	width: auto;
}
.memo_body {
	clear: both;
}
.li_blue_num {
	color: #3468A8; 
	font-style: italic;
	margin-left: 0px !important;
	margin-bottom: 15px;
}
.li_unblue_txt {
	color:#666666;
	font-style: normal !important;
}