﻿.NewsDivMain {
	position:absolute;
	width:400px;
	height:300px;
	margin-left:-150px;
	margin-top:-200px;
	z-index:10;
	background-image:url("images/CorniceNews.png");
	text-align:right;
	visibility:hidden;
}
.NewsDivContent {
	position:inherit;
	width:360px;
	height:255px;
	margin-top:5px;
	margin-left:20px;
	margin-right:20px;
	z-index:2;
	overflow:auto;
	text-align:left;
}
.NewsClose{
	position:inherit;
	margin-right:10px;
	margin-top: 5px;
	margin-bottom:0;
}
#NewsDate {
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFF99;
}
#NewsTitle {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #800000;
	background-color: #FFFFFF;
}
#NewsBody {
	font-size: x-large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
BODY {
	MARGIN: 0px;
	width-margin: 0;
	height-margin: 0;
	background-color: #000000;
}
P {
	FONT-SIZE: x-small;
	FONT-FAMILY: Verdana, Arial, 'sans serif';
	TEXT-ALIGN: justify;
}
H1 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 18pt;
	MARGIN-BOTTOM: 0px;
	COLOR: #FAFAFA;
	FONT-STYLE: italic;
	FONT-FAMILY: Arial Rounded MT Bold;
}
H2 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12pt;
	COLOR: #cc0000;
	FONT-STYLE: italic;
	FONT-FAMILY: Arial Rounded MT Bold;
}
h3 {
	font: bold 100% Arial,sans-serif;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
TBODY {
	FONT-SIZE: 8pt;
	COLOR: #524e44;
	FONT-FAMILY: Verdana, Arial;
}
TD {
	font-size: x-small;
	color: #EEEEEE;
	FONT-FAMILY: Verdana, Arial, 'sans serif';
}
.MenuLaterale {
	font-size: 8pt;
	color: white;
}
a:visited.MenuLaterale {
	text-decoration: none;
	color: white;
}
a:hover.MenuLaterale {
	text-decoration: underline;
	color: #FFFF00;
}
a:link, a:visited {
	text-decoration: none;
	color: #FFFF99;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
.BarraNavigazione {
	font-size: 8pt;
	color: Black;
}
.Categoria {
	font-size: 8pt;
	color: Black;
	background-color: #FFFFF2;
	font-weight: bold;
	padding: 1;
	border-left-width: 1;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-width: 1;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 1;
	border-right-style: solid;
	border-right-color: #666666;
}
.Sommario {
	font-size: 8pt;
	color: Black;
	background-color: #FFFFCC;
	font-style: italic;
	padding: 1;
	border-left-width: 1;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-width: 1;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 1;
	border-right-style: solid;
	border-right-color: #666666;
}
.Domanda {
	font-size: 11pt;
	font-weight: bold;
	background-color: B09771;
	margin-top: 15px;
}
.Risposta {
	font-size: 9pt;
	text-align: justify;
	margin-top: 4px;
}

