/*Nice Titles*/
.nicetitle {
	font-weight: bold;
	color: #7C7C7C;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 25em;
	z-index: 20;
	max-width: 50%;
}
.nicetitle-content{
	overflow: hidden;
	background: #FCF9F6;
	border: 1px groove #F8F0E8;
	padding: 3px;
	opacity: 0.1;
}
.nicetitle p{
	margin: 0;
	line-height: 120%;
}
.nicetitle p.destination {
	font-weight: normal;
	font-size: 10px;
	color: #775050;
}
div.nicetitle p span.accesskey {
	color: #FF7200;
}