/*Nice Titles*/
.nicetitle {
font-weight: normal;

color: #000000;
	
text-align: left;
	
position: absolute;
	
left: 0;
	
top: 0;
	
width: 25em;
	
z-index: 20;
	
max-width: 50%;
	
font-size: 15px;

}

.nicetitle-content{
overflow: hidden;
background: white;
border-style: ridge;
	
padding: 5px;
	
opacity: 0.9;

}

.nicetitle p{
margin: 0;
line-height: 120%;

}

.nicetitle 
p.destination 
{
	
font-weight: normal;
	
font-size: 12px;
	
color: #FF0000;

}

div.nicetitle p span.accesskey {
 color: #0000ff;
}
