@charset "utf-8";
/* CSS Document */

body, input{
	font-family:Arial, Helvetica, sans-serif;
}
#accordion {
	list-style: none;
	padding: 0 0 0 0;
}
#accordion li{
	display: block;
	background-color: #ffffff;
	font-weight:bold;
	font-size:12px;
	color:#615441;
	margin: 1px;
	cursor: pointer;
	padding: 5 5 5 20px;
	list-style: circle;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	line-height:18px;

}
#accordion ul {
	list-style: none;
	padding: 0 0 0 0;
	display: none;

}
#accordion ul li{
	font-weight: normal;
	cursor: auto;
	background-color: #ffff;
	padding: 0 0 0 5px;
	color: #615441;
	line-height:18px;
}
#accordion a {
	background: #ffffff;
	color: #615441;
	text-decoration: none;
	font-size:12px;
}
#accordion a:hover {
	background: #ffffff;
  	color: #718769;
	text-decoration:none;
}

a {
	background: #ffffff;
	color: #615441;
	text-decoration: none;
	font-size:12px;
	}
#mains{
	list-style:none;
	color:#615441;
	font-size: 12px;
	margin-left:0px;
}