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


.navlink {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	text-transform: none;
	font-variant: small-caps;
	font-weight: bold;
}
.piecelabel {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #333;
	text-decoration: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 158px;
	background-color: #ddcfa0;
	}

#menu ul li {
	position: relative;
	}

#menu li ul {
	position: absolute;
	left: 5px;
	top: 0;
	display: none;
	border-bottom: solid 3px #333;
	}
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	padding: 5px;
	border-bottom: 0;
	}
/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; }
* html #menu ul li a { height: 1%; }
/* End */
#menu li:hover ul, li.hover ul { display: block; }

#menu li ul a:hover { background-color: #333; color: #fff; }.blockjustify {
	text-align: justify;
}
.blockjustify {
	text-align: justify;
}
.blockjustify table tr td {
	text-align: left;
	font-size: 14px;
}
.navlink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
