@charset "utf-8";

.titolo { text-align:left; font-style:normal; font-size:small; color:#FFFFFF; text-transform:uppercase }

.mission { text-align:center; font-style:normal; font-weight:bold; color:#000099 }

.intro { text-align:center; font-style:normal; color:#000099 }

a.linksezioni:link { color:#FFFFFF; text-decoration:none; font-size:small; text-transform:uppercase }
a.linksezioni:visited { color:#FFFFFF; text-decoration:none; font-size:small; text-transform:uppercase }
a.linksezioni:hover { color:#FFFF00; text-decoration:none; font-size:small; text-transform:uppercase; font-weight:bold }
a.linksezioni:active { color:#00CC66; text-decoration:none; font-size:small; text-transform:uppercase }

a:link { color:#000099; text-decoration:none; font-size:small }
a:visited { color:#000099; text-decoration:none; font-size:small }
a:hover { color:#0000FF; text-decoration:underline; font-size:small }
a:active { color:#000099; text-decoration:underline; font-size:small }

a.briciole:link { color:#000000; text-decoration:none; font-size:small }
a.briciole:visited { color:#000000; text-decoration:none; font-size:small }
a.briciole:hover { color:#000000; text-decoration:underline; font-size:small }
a.briciole:active { color:#000000; text-decoration:underline; font-size:small }

a.news:link { color:#000000; text-decoration:none; font-weight:bold; font-size:small }
a.news:visited { color:#000000; text-decoration:none; font-weight:bold; font-size:small }
a.news:hover { color:#000000; text-decoration:underline; font-weight:bold; font-size:small }
a.news:active { color:#000000; text-decoration:underline; font-weight:bold; font-size:small }

a.descrizione:link { color:#FFFFFF; text-decoration:none }
a.descrizione:visited { color:#FFFFFF; text-decoration:none }
a.descrizione:hover { color:#FFFFFF; text-decoration:underline }
a.descrizione:active { color:#FFFFFF; text-decoration:underline }

div.BORDI
{
    width: 120px;
}

div.CONTENUTO
{
    background-color: #000099;
    color: #FFFFFF;
    width: 120px;
    padding: 5px;
}

span.TOP, span.BOTTOM
{
    display: Block;
    background-color: #FFFFFF;
}
span.TOP span, span.BOTTOM span
{
    display: Block;
    overflow: Hidden;
    background-color: #000099;
    height: 1px;
}
span.RIGA1
{
    margin: 0 5px;
}
span.RIGA2
{
    margin: 0 3px;
}
span.RIGA3
{
    margin: 0 2px;
}
span.TOP span.RIGA4, span.BOTTOM span.RIGA4
{
    margin: 0 1px;
    height: 2px;
}


p {
	font-size: small;
	font-style: normal;
	text-align: justify;
}

p.centrato { text-align:center }

p.destra  { text-align:right }

p.sinistra  { text-align:left }

p.rilievo { text-decoration:underline }

body {
	font-family: Arial, Helvetica, sans-serif;
}
td {
	font-size: small;
	font-style: normal;
}

td.footer {
	font-size: x-small; text-align:center;     
}

ul {
	list-style-position: inherit;
	list-style-type: circle; text-align: justify;
}

ul.testo { list-style-position: outside; list-style-type:square; text-align:center; }
