/* CSS Document */
div.listLayer {
	width:900px;
	z-index:1;
	left: 0px;
	top: 145px;
	padding-top:15px;
}

.list {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	font-style: normal;
	font-weight: bold;
	color: #006600;
}
.list:hover {
	color:#FF0000;
}
.listunit {
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	font-style: normal;
	font-weight: normal;
	color: #006600;
}

.listLabel{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #FF9966;
	text-align: center;
	padding-bottom:15px;
}

