/* CSS Document */


a:link {color: #00236C; text-decoration: underline; }
a:active {color: #00236C; text-decoration: underline; }
a:visited {color: #00236C; text-decoration: underline; }
a:hover {color: #0243cb; text-decoration: none; }



H1 {
    font-family:"Arial"; font-size: 15pt; font-weight: bold;
	}
	
td {
	 font-family:"Arial"; font-size: 10pt;  font-weight: bold;
}	

H2 {
    font-family:"Arial"; font-size: 14pt; font-weight: bold; 
	}

P{
  font-family:"Arial"; font-size: 10pt;   font-weight: bold;
  }

H3{
  font-family:"Arial"; font-size: 13pt; font-weight: bold; font-style: italic;
  }
  
  H4{
  font-family:"Arial"; font-size: 12pt; font-weight: bold; font-style: italic;
  }

