*{margin:0;padding:0;border:0px solid;}
html{
font: 80% verdana,arial,helvetica,sans-serif;
width:100%;
text-align: center /*per IE5*/;
background-color: #F47C20;
background-image: url(./img/html_bg.gif);
background-position: top center;
background-repeat: no-repeat;

}

h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12em 0 }

ol, ul, dir,
menu, dd    { margin-left: 20px }

/*  elementi principali */

body{
width: 768px;
margin: 0px auto 0px auto;
border: 0px dotted #FF9900;
text-align: left;
position: relative;
background-color: transparent;
}

#header{
	padding: 5px 5px 5px 5px;
	background-image: url(./img/header_bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	height:130px;
	text-align: right;
}
#home #header{
	background-image: url(./img/header-home_bg.gif);
	
}
#header h1{
	font: bold 280% "ARIAL", sans-serif;
	text-transform: uppercase;
}

#header h2{
	font-weight: normal;
	font-family: "Arial Black",sans-serif;
}
#header h1, #header h2{
	display: block;
	position: relative;
	bottom: -30px;
}

#content{
	overflow: hidden;
	clear: both;
	border-left: 3px dashed #FFCC33;
	border-right: 3px dashed #FFCC33;
	margin: 5px 0px;
	padding: 10px;
}
#content_text{
	border: 1px solid black;
	padding: 5px;
	background-color: white;
}
#content_main{
	overflow: hidden;
	float: right;
	width: 450px;
	border: 1px dashed #FFCC33;
}
#content_extra{
	float: left;
	border: 1px dashed #FFCC33;
	overflow: hidden;
	width: 270px;
	height: 470px;
	padding: 5px;
	
}
#footer {
	height: 30px;
	overflow: hidden;
	padding: 5px;
	clear: both;
	font-size: 90%;
	border: 3px dashed #FFCC33;
	background-color: #F47C20;

	
}
#footer li{
	display: inline-block;
	float: left;
	padding: 5px;
}

#footer a{
	text-decoration: none;
	color:#000;
	
}

#footer a:hover,
#footer a:focus,
#footer a:active {
	text-decoration: underline;
	color:#000;
}

/*-------------------------------------
home
---------------------------------------*/

.content_home{
	background-image: url(./img/palazzina_home.jpg);
	height: 470px;
	width: 450px;
	position: relative;
/*	z-index: -1;*/
}

.RiquadroNotizieHP {
	width: 300px;
	float: right;
	margin: 15px;
	padding: 5px;
	border: 1px dashed #FFCC33;
	background-color: #fff;	
	filter:alpha(opacity=90); 
	moz-opacity: 0.9; 
	opacity: 0.9;
	
}

.focus{
	border: 1px solid black;
	background-color: #FFCC33;
	padding: 10px 10px 5px 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	overflow: hidden;
}
.focus img{
	text-align: left;
	vertical-align: top;
	
}
.focus dt{
	font-weight: bold;
	padding-bottom: 5px;
}
a dl.focus{
	text-decoration: none;
	color: black;
}

a:hover dl.focus{
background-color: white;}


dl.EventiDelGiorno, dl.ProssimiEventi {
	border: 1px solid black;
	background-color: #FFCC33;
	padding: 10px 10px 5px 10px;
	margin-bottom: 5px;
	overflow: hidden;
}
dl.EventiDelGiorno img{
	float: left;
	border: 1px solid black;
	}

dl.EventiDelGiorno dt, dl.EventiDelGiorno dd, dl.EventiDelGiorno h1{
width: 70%;
float: right;
/*	border: 1px solid black;*/
}

dl.EventiDelGiorno dt, dl.EventiDelGiorno h1{
	font-weight: bold;
	padding-bottom: 10px;
}
dl.EventiDelGiorno dd{
	text-align: justify;
	padding-bottom: 10px;
}
a dl.EventiDelGiorno{
	text-decoration: none;
	color: black;
}

a:hover dl.EventiDelGiorno{
background-color: white;}

dl.ProssimiEventi dt, dl.ProssimiEventi dd, dl.ProssimiEventi h1{
	width: 90%;
float: left;
/*	border: 1px solid black;*/
}
dl.ProssimiEventi dt, dl.ProssimiEventi h1{
	font-weight: bold;
	padding-bottom: 10px;
}

a dl.ProssimiEventi{
	text-decoration: none;
	color: black;
}

a:hover dl.ProssimiEventi{
background-color: white;}

/*-------------------------------------
 menu navigazione
---------------------------------------*/

#menu{
	overflow: visible ;
	padding-top: 25px;
}

/* menu in alto*/
.menu1{
	padding-left: 5px;
	margin:0;
	padding:0;
	list-style:none;
	height: 2.2em;
	border: 1px solid black;
	position: relative;
	z-index: 99;
}

.menu1 li{
	float: left;
	position: relative;/* per poter posizionare il sottomenu */
}

.menu1 a{
	float: left;
	font-size: 140%;
	padding: 3px 5px 3px 5px;
	background-color: #FFCC33;
	white-space: nowrap;
}

/* COLORI */
.menu1{
	background-color: #FFCC33;
}
.menu1 a{
	background-color: #FFCC33;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.menu1 a:hover,
.menu1 a:focus,
.menu1 a:active,
.menu1 .activelink {
	background-color: #FFFFF0;
	color: #000;
}

/* sotto menu */
.menu1 ul{
	margin: 0;
	list-style: none;
	position: absolute; /* per posizionarla sotto il menu*/
	top: 2.3em; /* uguale all'altezza del menuu*/
	left: 1px;
}
.menu1 ul li{
	float: none;
}
.menu1 ul a{
	float: none;
	display: block;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	padding-left: 15px;
	height:1.3em;
	line-height:1.2em;
	width: 10em;
	font-size: 14px;;
}

/* MENU ON OFF */
.menu1 ul,
.menu1 ul.subMenu-off{
position:absolute;
top:-10000em
}
/* POSIZIONAMENTO DEL SOTTO MENU */
.menu1 ul.subMenu-on{
position:absolute;/* primo livello di annidamento:menu a discesa */
	top: 2.3em; /* uguale all'altezza del menuu*/
	left: 1px;
}
.menu1 ul.subMenu-on ul.subMenu-on{
margin:0 0 0 -1px;/* livelli di annidamento superiori al primo:menu a comparsa laterale */
width:12.7em;
position:absolute;
top:-1px;
left:12.7em;
border-top:1px solid #000;
}

/* EFFETTO ROLLOVER */
.menu1 a:hover,
.menu1 a:focus,
.menu1 a:active{
text-decoration:underline;
}
/* FRECCETTE */
.menu1 a.continua{
background:url(continuaOrz.gif) #EEE center bottom no-repeat;
}
.menu1 ul a.continua{
background:url(continua.gif) #EEE right center no-repeat;
}

/******************************************
  link
******************************************/

a, a:link, a:visited {
text-decoration: none;
color: #001A49;
}
a:hover, a:active, a:focus {
text-decoration: none;
color: #001A49;
}

/* ------------------------------------------------
		chisiamo
------------------------------------------------  */ 
.chisiamo dl{
	border: 1px solid black;
	background-color: white;
	padding: 10px 10px 0px 10px;
	margin-bottom: 5px;
}
.chisiamo dt{
	font-weight: bold;
	padding-bottom: 10px;
}
.chisiamo dd{
	text-align: justify;
	padding-bottom: 10px;
}

/* ------------------------------------------------
		eventi
------------------------------------------------  */ 
dl.eventi {
	border: 1px solid black;
	background-color: #FFCC33;
	padding: 10px 10px 5px 10px;
	margin-bottom: 5px;
	overflow: hidden;
}
dl.eventi img{
	float: left;
	border: 1px solid black;
	}

dl.eventi dt, dl.eventi dd, dl.eventi h1{
width: 70%;
float: right;
/*	border: 1px solid black;*/
}

dl.eventi dt, dl.eventi h1{
	font-weight: bold;
	padding-bottom: 10px;
}
dl.eventi dd{
	text-align: justify;
	padding-bottom: 10px;
}
a dl.eventi{
	text-decoration: none;
	color: black;
}

a:hover dl.eventi{
background-color: white;}

/* ------------------------------------------------
		news
------------------------------------------------  */ 
dl.news {
	border: 1px solid black;
	background-color: #FFCC33;
	padding: 10px 10px 5px 10px;
	margin-bottom: 5px;
	overflow: hidden;
}
dl.news img{
	float: right;
	border: 1px solid black;
	}

dl.news dt, dl.news dd, dl.news h1{
width: 70%;
float: left;
clear: left;
/*	border: 1px solid black;*/
}

dl.news dt, dl.news h1{
	font-weight: bold;
	padding-bottom: 10px;
}
dl.news dd{
	text-align: justify;
	padding-bottom: 10px;
}
a dl.news{
	text-decoration: none;
	color: black;
}
a:hover dl.news{
background-color: white;}

/* ------------------------------------------------
		scheda
------------------------------------------------  */ 
#strumenti{
position: absolute;
top: 225px;
right: 25px;
	
}
.intestazione {
z-index: -99;
	border: 1px solid black;
	overflow: hidden;
	background-color: white;
	padding: 20px;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.intestazione a{
position: absolute;
top: 15px;
right: 15px;
}

H1{
	
}
H2{
	
}
H3{
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
}
H4{
	
}
H5{
	
}
H6{
	
}

DL.evento {
	border: 1px solid black;
	overflow: hidden;
	background-color: white;
	padding: 20px;
}
DL.evento img{
float: right;
	border: 1px solid black;
	margin-bottom: 10px;
	}

DL.evento .allegati,
DL.evento .img{
text-align: right;
float: right;
width: 30%;
clear: right;
}

DL.evento DT, .evento DD{
	width: 68%;
	padding: 0!important;
	margin: 0!important;
}

DL.evento DT{
color: #024F80;
}
DL.evento .testo{
padding-top:10px;
	
}

DL.evento .data,
DL.evento .titolo,
DL.evento H1,
DL.evento H2,
DL.evento H3,
DL.evento H4,
DL.evento H5,
DL.evento .curatela{
	text-align: center;
}

DL.evento .curatela{
	padding-bottom: 10px;
	font-style: italic;
}

DL.evento .patrocinio{
	text-align: right;
	font-style: italic;
}

DL.evento H1{
font-weight : bold; 
font-size: 24px; 
}
DL.evento H2{
font-weight : bold; 
font-size: 20px; 
}
DL.evento H3{
font-weight : bold; 
font-size: 18px; 
}
DL.evento H4{
font-weight : bold; 
font-size: 16px; 
}
DL.evento H5{
font-weight : bold; 
font-size: 14px; 
}
DL.evento H6{
font-weight : bold; 
font-size: 12px; 
}


DL.evento .data{
font-weight: bold;
font-size: 14px;
	padding-bottom: 10px;
}

DL.evento .allegato {
	color: #fff;
	float: left;
	width: auto;
	margin: 10px 0px 0px 0px;
	padding: 3px 0 0 0;
	text-align: left;
	font-size: 12px;
	vertical-align: middle;
	border: 0px solid #F6F6F6;

}


/* ------------------------------------------------
		dove siamo
------------------------------------------------  */ 

.dove_siamo img{
float: right;bottom:0px;margin: 10px 0px 10px 15px;
}

/* ------------------------------------------------
		motore ricerca
------------------------------------------------  */ 


div#header{position: relative}
form#search{position: absolute;top: 125px;right: -20px;	margin: 0;} 
form#search{width: 230px} 
form#search fieldset{border: 0px solid;padding: 0;margin: 0;}
form#search legend{text-indent: -9999px;font-size: 1px} 
form#search input{float: left;width: 170px;margin-top: 3px;
	padding-left: 5px;
    background: #FFF url(bk.png) repeat-x top left;
    border: 1px solid;border-color: #999 #777 #777 #999;
    font: 18px Arial,sans-serif;color: #F47C20} 
form#search button{background: transparent;
    border: 0px solid;cursor: pointer} 	 

/*----------------------------------
		vecchie classi, da cancellare
---------------------------------------*/


/* 
da cancellare
*/

.Stile2 {font-family: "Arial Narrow"}
.Stile3 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
.Stile4 {
	font-size: 24px;
	font-weight: bold;
	font-family: "Arial Black";
}
.Stile5 {
	font-family: "Arial Black";
	font-size: 24px;
}
.Stile6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Stile1 {font-family: Arial, Helvetica, sans-serif}
.Stile7 {	font-family: "Arial Black";
	font-size: x-large;
}
.Stile8 {	font-family: "Arial Black";
	font-weight: bold;
	font-size: x-large;
}
.Stile9 {	font-size: x-large;
	font-style: italic;
	font-family: "Arial Black";
	font-weight: bold;
}
.style1 {font-family: Verdana, Arial, Helvetica, sans-serif}
p.stile1, li.stile1, div.stile1
	{mso-style-name:stile1;
	mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:Arial;
	mso-fareast-font-family:"Times New Roman";}
p.stile4, li.stile4, div.stile4
	{mso-style-name:stile4;
	mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	mso-pagination:widow-orphan;
	font-size:18.0pt;
	font-family:"Arial Black";
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	font-weight:bold;}
p.stile5, li.stile5, div.stile5
	{mso-style-name:stile5;
	mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	mso-pagination:widow-orphan;
	font-size: 24px;
	font-family:Verdana;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	font-weight:bold;}
p.stile7, li.stile7, div.stile7
	{mso-style-name:stile7;
	mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	mso-pagination:widow-orphan;
	font-size:13.5pt;
	font-family:Verdana;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";}
p.stile8, li.stile8, div.stile8
	{mso-style-name:stile8;
	mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	mso-pagination:widow-orphan;
	font-size:24.0pt;
	font-family:"Arial Black";
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	font-weight:bold;}
p.stile9, li.stile9, div.stile9
	{mso-style-name:stile9;
	mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	mso-pagination:widow-orphan;
	font-size:36.0pt;
	font-family:"Arial Black";
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	font-weight:bold;}
p.stile10, li.stile10, div.stile10
	{mso-style-name:stile10;
	mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:Verdana;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";}
span.stile41
	{FONT-FAMILY: 'Arial Narrow'; mso-bidi-font-family: Arial
}
span.SpellE
	{mso-style-name:"";
	mso-spl-e:yes;}
span.GramE
	{mso-style-name:"";
	mso-gram-e:yes;}
@page Section1
	{size:595.3pt 841.9pt;
	margin:70.85pt 2.0cm 2.0cm 2.0cm;
	mso-header-margin:35.4pt;
	mso-footer-margin:35.4pt;
	mso-paper-source:0;}
div.Section1
	{page:Section1;}
div.MsoNormal1 {mso-style-parent:"";
	margin:0cm;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";}
li.MsoNormal1 {mso-style-parent:"";
	margin:0cm;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";}
p.MsoNormal1 {mso-style-parent:"";
	margin:0cm;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";}
div.stile41 {mso-style-name:stile4;
	mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	mso-pagination:widow-orphan;
	font-size:18.0pt;
	font-family:"Arial Black";
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	font-weight:bold;}
div.stile71 {mso-style-name:stile7;
	mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	mso-pagination:widow-orphan;
	font-size:13.5pt;
	font-family:Verdana;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";}
div.stile91 {mso-style-name:stile9;
	mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	mso-pagination:widow-orphan;
	font-size:36.0pt;
	font-family:"Arial Black";
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	font-weight:bold;}
li.stile41 {mso-style-name:stile4;
	mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	mso-pagination:widow-orphan;
	font-size:18.0pt;
	font-family:"Arial Black";
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	font-weight:bold;}
li.stile71 {mso-style-name:stile7;
	mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	mso-pagination:widow-orphan;
	font-size:13.5pt;
	font-family:Verdana;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";}
li.stile91 {mso-style-name:stile9;
	mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	mso-pagination:widow-orphan;
	font-size:36.0pt;
	font-family:"Arial Black";
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	font-weight:bold;}
p.stile41 
	{FONT-FAMILY: 'Arial Narrow'; mso-bidi-font-family: Arial;
	font-size: 12pt;
}
p.stile71 {mso-style-name:stile7;
	mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	mso-pagination:widow-orphan;
	font-size:13.5pt;
	font-family:Verdana;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";}
p.stile91 {mso-style-name:stile9;
	mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	mso-pagination:widow-orphan;
	font-size:36.0pt;
	font-family:"Arial Black";
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	font-weight:bold;}
span.stile411 {mso-style-name:stile41;
	mso-ansi-font-size:18.0pt;
	mso-bidi-font-size:18.0pt;
	font-family:"Arial Black";
	mso-ascii-font-family:"Arial Black";
	mso-hansi-font-family:"Arial Black";
	font-weight:bold;}
.style1 {
	font-family: "Arial Black";
	font-size: 18pt;
}
.style5 {font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; }
div.stile42 {mso-style-name:stile4;
	mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	mso-pagination:widow-orphan;
	font-size:18.0pt;
	font-family:"Arial Black";
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	font-weight:bold;}
li.stile42 {mso-style-name:stile4;
	mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	mso-pagination:widow-orphan;
	font-size:18.0pt;
	font-family:"Arial Black";
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	font-weight:bold;}
p.stile42 {mso-style-name:stile4;
	mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	mso-pagination:widow-orphan;
	font-size:18.0pt;
	font-family:"Arial Black";
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	font-weight:bold;}
.style7 {font-family: Verdana, Arial, Helvetica, sans-serif}
p.stile411 {mso-style-name:stile4;
	mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	mso-pagination:widow-orphan;
	font-size:18.0pt;
	font-family:"Arial Black";
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	font-weight:bold;}
.style14 {font-size: 18pt}
.style19 {font-size: 14px}
p.stile412 {mso-style-name:stile4;
	mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	mso-pagination:widow-orphan;
	font-size:18.0pt;
	font-family:"Arial Black";
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	font-weight:bold;}
.style25 {font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
.style28 {font-family: "Arial Black"; font-size: 18pt; font-weight: bold; }
p.stile413 {mso-style-name:stile4;
	mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	mso-pagination:widow-orphan;
	font-size:18.0pt;
	font-family:"Arial Black";
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	font-weight:bold;}
.style30 {font-family: "Arial Black"; font-size: 18px; }
span.stile412 {mso-style-name:stile41;
	mso-ansi-font-size:18.0pt;
	mso-bidi-font-size:18.0pt;
	font-family:"Arial Black";
	mso-ascii-font-family:"Arial Black";
	mso-hansi-font-family:"Arial Black";
	font-weight:bold;}
p.stile414 {mso-style-name:stile4;
	mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	mso-pagination:widow-orphan;
	font-size:18.0pt;
	font-family:"Arial Black";
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	font-weight:bold;}