A:link { }
A:visited { }
A:active { text-decoration: underline }
A:hover { text-decoration: underline }

body {
	margin: 0px;
	border: 0px;
}

.content_page{
	width: 1000px;
	height: 100%;
	margin: auto;
	
	padding: 0px;
}
.header {
	height: 1%;
}
.content {
	height: 680px;
	vertical-align: top;
}
.footer {
	width: 100%;
	height: 1%;
	
	border-top: 1px solid #000;
	padding-top: 5px;
	padding-bottom: 5px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: bold;
}

.link_header {
	margin-right: 5px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: bold;
}

.content_moduli {
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin: auto;
}

.titolo_modulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: bold;
	
	border-bottom: 1px dotted #000;
}
.col {
	padding: 10px;
}
.banner {
	margin-bottom: 5px;
}

.link_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
}