@import url(screen_base_cn.css);
/* Elementi corpo principale ---------------------- */

html, body {
	background-color: #e1dfdf;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: black;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
}
h1, h1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #b3071b;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}
h2, h2 a {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #184195;
	margin: 5px auto;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h3 {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #b3071b;
	padding-bottom: 0px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #808080;
	padding: 10px;
	font-style:italic;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #808080;
	font-style:italic;
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #808080;
	padding: 0px 20px 0px 20px;
	font-style:italic;
}
cite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #808080;
}
hr {
	width: 100%;
	border: black thin;
	margin-bottom: 0;
}