.tit {
		font-family:Verdana;
		font-size:12px;
		color:#00F;
		font-weight:bold;
		cursor:pointer;
		cursor:hand;
}
.content {
		display:none;
}
.plus {
		text-align:center;
		font-family:Verdana;
		font-size:9px;
		color:#00F;
		border:1px #C0C0C0 solid;
		background-color:#FFF;
		width:10px;
}
.selected {
		font-family:Verdana;
		font-size:12px;
		color:#FFF;
		font-weight:bold;
		background-color:#F00;
		cursor:pointer;
		cursor:hand;
}
