/*Nice Titles*/
.nicetitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 25em;
	z-index: 20;
	max-width: 40%;
}
.nicetitle-content{
	overflow: hidden;
	background: black;
	border: 1px solid #ffffff;
	padding: 5px;

}
.nicetitle p{
	margin: 0;
	line-height: 120%;
}
.nicetitle p.destination {
	font-weight: normal;
	font-size: 10px;
	color: #000000;
}
div.nicetitle p span.accesskey {
	color: #643856;
}