﻿<style type="text/css">
    * {
      margin: 0;
      padding: 0;
      text-indent: 0;
    }
	body {
	  color: black;
	  font-family: "Times New Roman", serif;
      font-style: normal;
      font-weight: bold;
      text-decoration: none;
	}
    h1 {
      font-size: 11pt;
      font-weight: bold;
	  line-height: 1.2;
	  padding-bottom: 1em;
    }
	h2 {
      font-size: 11pt;
      font-weight: bold;
	  line-height: 1.2;
	  padding-bottom: 0.5em;
    }
	h3 {
      font-size: 11pt;
	  line-height: 1.2;
	  padding-bottom: 0.2em;
    }
    .s2 {
      text-decoration: underline;
      font-size: 11pt;
    }
    p {
      font-style: normal;
      font-weight: normal;
      font-size: 10pt;
      margin: 0pt;	  
	  line-height: 1;
	  padding-bottom: 1em;
    }
	ul {
		list-style: none;
		padding-bottom: 1em;
	}   
	li {
		padding-left: 1em;
	}
	li p {
		display:block;
		padding-bottom: 0em;
    }
   
	.l1 li{
		padding-left: 1em;
	}
      
    .l2 {
      padding-left: 0pt;
    }
    
	.logo{
		padding-top: 2em;
		padding-bottom: 2em;
	}
	.address {
		padding-bottom: 1em;
	}
	
	.address p{
		padding-bottom: 0em;
		padding-left: 3em;
	}
	
	.fine {
	font-size: 7pt;
	}
  </style>