/* tag html */
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #14456E;
}
a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	font-weight: bold;
	color: #BECFDF;
	text-decoration: none;
	font-style: italic;
}
h1 {
	font-size: 16px;
	font-style: italic;
	color: #D0DBE1;
	border: 1px solid #FFFFFF;
	text-align: center;
	background: #447197;
	padding: 2px;
}
h2 {
	font-size: 16px;
	font-style: italic;
	background: #14456E;
	border: 1px solid #FFF;
	text-align: center;
}
textarea, text, input, select {
	font-size: 11px;
	color: #FFFFFF;
	background: #447197;
	border: 1px solid #FFFFFF;
}
table {
	font-size: 12px;
}
/* classi */
.evidenzia1 {
	font-weight: bold;
	color: #CEE1F0;
	border-top: 0px dotted #CEE1F0;
	border-right: 0px dotted #CEE1F0;
	border-bottom: 1px dotted #CEE1F0;
	border-left: 0px dotted #CEE1F0;
}
.image {
	border: 1px solid #FFFFFF;
}
.evidenzia2 {
	background: #668DAE;
	border-top: 1px solid #D0DBE1;
	border-right: 1px solid #D0DBE1;
	border-bottom: 1px solid #447197;
	border-left: 1px solid #447197;


}
.credits {
	font-size: 10px;
}
