#tt {
	position:absolute;
	display:block;
/*	background-image: url(tt_left.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
}



#ttcont {
	display:block;
	padding:2px 12px 3px 7px;
	margin-left:5px;
	color:#000000;
	background-color: #FFFFE1;
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 11px;*/
	font-size: large;
}
#ttbot {
	display:block;
	height:5px;
	margin-left:5px;
	overflow:hidden;
/*	background-image: url(tt_bottom.gif);*/
	background-repeat: no-repeat;
	background-position: right top;
}
.nota {	
padding-bottom:1px; 
/*
	color:#900; 

	border-bottom:1px dotted #900; 
	cursor:pointer
*/
}

