body {
	width: 720px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
}
h1 {
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	line-height: 150%;
}
.icon_info {
	width: 720px;
	margin: auto;
	text-align: left;
}
.icon_list {
	background: #CCC;
}
.icon_list td {
	padding: 5px;
	background: #FAFAFA;
	line-height: 150%;
	cursor: default;
}
td.t_n,
td.t_i {
	background: #EEE;
}
td.t_n {
	font-weight: 700;
}
td.t_i {
	text-align: center;
}
.t_i img {
	margin-right: 2px;
}
.t_h td {
	background: #FFF;
	font-size: 12px;
	font-weight: 700;
}
.t_l:hover td {
	background: #FFE;
}
.c_FF0000 {
	color: #FF0000;
}