@import "/css/varie.css";
@import "/css/articoli.css";
@import "/css/filemanager.css";
address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre   { display: block }
li		{ display: list-item }
head	{ display: none }
table           {
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	padding: 0%;
	margin: 0%;
	display: table;
	border: 0px;
	font-family:  Arial, "Times New Roman",Helvetica, sans-serif;
}

tr				{ display: table-row;}
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell; Vertical-Align: top; 
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
body            {
    Background-Color: #FFFFFF;
	padding: 0%;
	margin: 0%;
	line-height: 1.12em;
	Text-Decoration: none;
	Text-Align: justify;
	font-size: 12pt;
	font-family:  Arial, "Times New Roman",Helvetica, sans-serif;
	color: #000000;
	border-top-width: 0%;
	border-right-width: 0%;
	border-bottom-width: 0%;
	border-left-width: 0%
}

h1              { font-size: 2em; color: #00277E; !important; margin: .67em 0}
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: bolder }
blockquote      { margin-left: 20px; margin-right: 20px }
i, cite, em,
var, address    { font-style: italic }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
button, textarea,
input, object, 
select, img     { display: inline-block; }
img		{ border: 0px; align: top; }
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }
s, strike, del  { text-decoration: line-through }
hr              { 
          border-top: 1px solid #00277e;
          border-bottom: 1px solid #00277e;
          border-left: 1px solid #00277e;
          border-right: 1px solid #00277e;
          color: #00277e;
}


ol, ul, dir,
menu, dd        { margin-left: 40px }
ol              { list-style-type: decimal }
ul              { list-style-type: url(/images/freccia_90.gif) disc}
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
u, ins          { text-decoration: underline }
br:before       { content: "\A" }
center          { text-align: center }
abbr, acronym   { font-variant: small-caps; letter-spacing: 0.1em }
a         {
    font-family: Arial;
    font-weight: bold }
:focus          { outline: thin dotted invert }
:link 			{ color: #000000	}
:active 		{ color: #000000 }
:visited		{ color: #e26200 }
:hover 		{ color: green }


@media print {
  h1            { page-break-before: always }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid }
  ul, ol, dl    { page-break-before: avoid }
}


