.head{
	 font-size:24pt;
	 color:white;
	 background:blue;
	 padding-top:20px;
	 padding-bottom:7px;
	 border-width:2px;
	 border-style:solid;
	 border-color:black;
	 font-family:Helvetica;
	 text-align:center;
	 margin:0px;
	 }
.innerhead{
	 font-size:24pt;
	 color:white;
	 }
.body{
	  position: relative; 
	  top:-21px; 
	  left:0px;
	  background: white;
	  border-width:2px;
	  border-color:black;
	  border-style:solid;
	  padding-top:10px;
	  }
.tableleft {
	font-size:12pt;
	font-weight:bold;
	font-family:helvetica,sans-serif;
	color:black;
	padding-left:0px;
	padding-right:60px;
	margin-bottom:20px
	 }
.tableright{
	font-size:12pt;
	font-family:helvetica,sans-serif;
	color:black;
	margin-bottom:20px;
	margin-right:10px;
	text-align:justify
	}
.lineheight {
	line-height:30px;
	}