/*Nice Titles*/

.nicetitle {
	font-weight: bold;
	color: #0099FF;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 500px;
	z-index: 20;
    
}
.nicetitle-content{
	overflow: hidden;
	background-color: #FFF9FF;
	border:1px solid #FF0099;
	padding: 5px;

}
.nicetitle p{
	margin: 0;
	line-height: 120%;
}

.nicetitle p.destination {
	font-weight: normal;
	font-size: 10px;
color: #FE00FF;
}

div.nicetitle p span.accesskey {
	color: #FF0099;
	text-decoration: none;
	display:none;
	
}
