@import url("list.css");
.body {
	font-family:"Courier New", Courier, monospace;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
	width: 200px;
	padding-left: 10px;
	padding-right: 0px;
}

.body_two {
	font-family:"Courier New", Courier, monospace;
	font-size: 10px;
	line-height: 14px;
	color:#CC0000;
	width: 200px;
	padding-left: 10px;
	font-weight: normal;
}
.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	font-weight: bold;
	color: #666666;
	width: 200px;
	padding-left: 10px;
	padding-right: 0px;
}
.title_white {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	font-weight: bold;
	color: #CCCCCC;
	width: 200px;
}
