html {
  height:100%;
}

body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
  background-color:#FFFFFF;
}


a:link, a:visited {
	color: #3C1755;
}


h1, H1 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #3C1755;
}

h2 {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #3C1755;
	margin-top:0px;
	margin-bottom:0px;
}

h5 {
      	font-size: 10pt;	
		font-family: "Times New Roman", Times, serif;
		font-weight:normal;
}

h6 {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#3c1755;
}

.leftimage { 
   float:left; 
   clear:none;
   vertical-align:top;
   padding-right:20px;
 }
 