/*Nice Titles*/
div.nicetitle {
	float:left;
	font-weight: bold;
	color: #3C3C3C;
    	font-size: 0.9em;
	text-align: left;
	background: white;
	position: absolute;
	top:0px;
	left:-40px;
	border: 1px solid #999;
	padding: 5px;
/*	opacity: 0.9;  */
	width: 25em;
	z-index: 20;
	max-width: 50%;

}
div.nicetitle p {
	margin: 0;
	line-height: 120%;
	letter-spacing:1px;
}
div.nicetitle p.destination {
	font-weight: normal;
	font-size: 0.8em;
	color: #5E7743;
	background-color:#fff;
	letter-spacing:0;
}
div.nicetitle p span.accesskey {
	color: #FF7200;
	background-color:#fff;
}
