/*Nice Titles*/
div.nicetitle {
	font-weight: bold;
	color: #3C3C3C;
    font-size: 12px;
	text-align: left;
	background: white;
	position: absolute;
	left: 0;
	top: 0;
	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: 12px;
	color: #5E7743;
	letter-spacing:0;
}
div.nicetitle p span.accesskey {
	color: #FF7200;
}