﻿/**** Parte dedicata alla formattazione dei documenti statici in ASPX ****/
/**** I documenti verranno inseriti nel div docaspx ****/
div.docaspx
{
	padding: 0px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	border: #c0c0c0 1px solid;
	width: Auto;
	height: Auto;
	position: static;
	text-align: left;
	background: #ffffff;
	Line-height: normal;
}
div.docaspx h1
{
	font-size: 12px;
	text-align: center;
	line-height: 12px;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
}
div.docaspx h2
{
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	background: none;
	border: none;
}
div.docaspx h2 a
{
	color: #0000a4;
	text-decoration: none;
	line-height: 14px;
}
div.docaspx h3
{
	font-size: 12px;
	text-align: left;
	line-height: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	color: #000000;
}
div.docaspx p
{
	font-size: 12px;
	font-weight: normal;
	color: #464646;
	text-align: justify;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	background: none;
}
div.docaspx a:hover
{
	color: #00008a;
	text-decoration: underline;
}