/* Properties for the normal class */ 
h1 { font-family : arial; 
	 font-weight : bold; 
	 color : #000000; 
	 font-size : 14pt;
   } 
   
h2 { font-family : arial; 
	 font-weight : bold; 
	 color : #000000; 
	 font-size : 12pt;
  } 

h3 { font-family : arial; 
     font-weight : bold; 
	 color : #000000; 
	 font-size : 11pt; 
   } 
 
h4 { font-family : arial; 
	 font-size : 10pt; 
	 color : #000000; 
	 font-wheight : 100;
   } 
   
h5 { font-family : arial; 
	 color : #000000; 
	 font-size : 9pt;
  } 

h6 { font-family : arial; 
	 color : #000000; 
	 font-size : 7pt; 
   } 
   
td { font-family : verdana; 
	 font-size : 9pt; 
	 color : #000000; 
	} 
	
UL { font-family: Verdana, Arial; font-size: 9pt; }
LI { font-family: Verdana, Arial; font-size: 9pt; color: black }		
BR { font-family: Verdana, Arial; font-size: 9pt; color: black }
P { font-family: Verdana, Arial; font-size: 9pt; color: black }
A:link {color: #000099; text-decoration: none }
A:active {color: #4876FF; text-decoration: underline }
A:visited {color: #551A8B; text-decoration: none }
	
	/* spec. classes */ 
	
.noLine { font-size : 10pt; 
		  font-family : helvetica; 
		  color : #000000; 
		  text-decoration : none; 
		  font-weight : bold; 
		}
		 
.date { color : navy; 
		font-size : 8pt; 
		font-family : helvetica; 
		font-weight : 500; 
	  } 
.dateTime { color : #ffffff; 
			font-size : 8pt; 
		  } 
.grayBold { font-family : helvetica; 
			font-size : 10pt; 
			font-weight : bold; 
			color : #cccccc; 
		  }.p_italian { font-family: Verdana, Arial; font-size: 9pt; color: black ; font-style: italic}
