
p.aa { 
	float: right;
	padding: 4px;
	font-size:100%; line-height: 120%; 
	font-weight:bold;
	text-align:justify;
	
}
.norm { font-weight:normal;font-size:80%; 
}

.clear {clear: both; 
	font-size: 1px; float: none;
	height:1px;	margin-top:-1px;line-height: 1px;
}
/*  hoverbox 
----------------------------------------------------*/
.hoverbox
{  	cursor: default;  list-style: none; float: left; margin: 1px;color: #cc0000;
}
.hoverbox a
{	cursor: default;
}
.hoverbox a .preview
{	display: none;
}
.hoverbox a:hover .preview
{	display: block; position: absolute; top: -230px;	left: -150px; z-index: 1;
}
.hoverbox img
{	background: #f6f6f6; border-color: #9FA41D;	border-style: solid; border-width: 1px; 
	float: left; padding: 2px; margin: 4px;  
}
.hoverbox .preview
{	border-color: #666633;
}
/* internet explorer hacks
----------------------------------------------------------------------*/
* html .hoverbox a
{	position: relative;
}
* html .hoverbox a:hover
{	z-index: 1; 
}
* html .hoverbox a:hover .preview
{	top: -230px; left: -150px;
}