@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color:#270023;
	margin: 0px;
	padding: 0px;
}
ul{
	margin-bottom: 12px;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	float:left;
	width:205px;
}
li {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	float:left;
	width:205px;
	height:12px;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
a:link {
	color: #270023;
	text-decoration: none;
}
a:visited {
	color: #270023;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}


.title {
	font-weight:bold;
	font-size:10px;
}
