html, body {
     margin-top:2pt;
     margin-bottom:2pt;
     margin-left:4pt;
     margin-right:4pt;
     background-color: #FFFFFF;
     color: #000000;
}


h1 {
     font-family: serif;
     text-indent: 0pt;
	  font-size:18pt;	
     font-style: normal;
     font-variant: small-caps;
	  text-align: center;
     text-decoration: none;
     text-transform: none;     
}

h1.subtitle {
     font-family: serif;
     text-indent: 0pt;
	  font-size:14pt;	
     font-style: normal;
     font-variant: small-caps;
	  text-align: center;
     text-decoration: none;
     text-transform: none;     
}

h2 {
     font-family: serif;
     text-indent: 0pt;
	  font-size:14pt;	
     font-style: normal;
     font-variant: normal;
     text-decoration: none;
     text-transform: none;     
}

hr {
     padding-right:20pt;
     padding-left:20pt;       
}

p { 
	  font-size:11pt;	
     font-family: serif;
     color:#000000;
     text-align: justify;
     margin-left: 3pt;
     margin-right: 3pt;

     text-indent: 0pt;
     font-weight: normal;
     font-style: normal;
     font-variant: normal;
     text-decoration: none;
     text-transform: none;
     letter-spacing: normal;
}   

li {
	  font-size:11pt;	
     font-family: serif;
     color:#000000;
     text-align: justify;
     font-style: normal;
     font-variant: normal;
     text-decoration: none;
     text-transform: none;
     letter-spacing: normal;
}

A {}

A:link {
     color: blue;
     text-decoration: none;
}      

A:visited {
     color: blue;
     text-decoration: none;
}

A:active {
     color: #800080;
}  

A:hover {
     color: blue;
     text-decoration: underline;
}


