body {	
	background: #e6e1dd url(/2006/images/pattern.gif);
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000		
}

#top_bar {
	height: 54px;
	width: 100%;
	background: #ffffff;
}

#logo {
	padding: 5px 0px 0px 25px;
}

.ombra {
	background: url(/2006/images/ombra.png) repeat-x;
	width: 100%;
	height: 19px;
	border: 0px;
}

.cont {
	margin: 5px;
	margin-left: 10px;
	width: 300px;
	height: 400px;
	float: left;
	background: #ffffff
}

.cont_title {
	background: #0099cb;
	width: 260px;
	height: 20px;
	line-height: 20px;
	margin-right: 1px;
	padding: 0px 20px;
	color: #ffffff;
	font-weight: bold;
}

.cont_body { 
	width: 270px; 
	height: 370px; 
	overflow: auto;
	padding: 5px 15px;
}

a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #cc0000;
}