body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: Silver;
}
.container {
	width: 931px;
	background-color: White;
	font-size: .9em;
	padding-top:0;
	padding-left:20px;
	padding-right:20px;
	border-right: 2px solid gray;
	border-left: 2px solid gray;
	margin-left: auto; 
	margin-right: auto;
	border-bottom:3px solid grey;
}
.content, .content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	padding-right: 10px;
}
.nota {
	font-size: 14pt;
	background-color: #8A0000;
	color: Yellow;
	padding:2px;
}
.note {
	font-size: 11pt;
	font-style: italic;
	color: Maroon;
	padding: 8px 2px 10px 2px;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
}
.title {
	font-size: 18pt;
	font-weight: bold;
	padding-top: 5px;
	color:maroon;
}

.pub a {
	text-decoration: none;
	color: #0001A8;
}
.pub a:hover {
	text-decoration: underline;
}
.list li{
	list-style: disc;
}

.alert{
	color: #F90000;
	font-weight:bold;
	font-size: 16px;
}
.shadow img {
	border-right: 3px solid #E4E4E4;
	border-bottom: 3px solid #C6C6C6;
	border-top: 1px solid silver;
	border-left:1px solid silver;
}
.sidebox {
	width:148px;
	padding: 5px 5px 5px 5px;
	margin-bottom:10px;
	border: 1px solid silver;
	text-align:center;
	font-size:9pt;
}
.boxhead {
padding-top:3px;
font-size: 9pt;
	text-align:center;
	width:100%;
	height:18px;
	font-weight:bold;
	letter-spacing: 1px;
}
.box1 {
	background-color: #FFFABB;
}
.t1 {
	color:#ffee00;
	background-color: #AF7F0C;
	margin-bottom:5px;
}
.box2 {
		background-color: #EAEAFF;
}
.t2 {
	color: #00F1F4;
	background-color: #0002CE;
	margin-bottom:5px;
}
.box3 {
		background-color: #D4FDD4;
}
.t3 {
	color: #C0F0C0;
	background-color: #309170;
}
.box4 {
	color: #000000;
	background-color: #FFFCD9;
}
.t4 {
	color: #000000;
background-color: #EDEE00;	
}
.BBB {
	text-align:left;
	margin-bottom:35px;
}
.text-error {
font-size: 14pt;
color:red;
font-weight:bold;
}