  body {
	  margin:0px;
		padding:5px;
		background-color:#FFF;
  }
	
  div.maindiv {
	  width:100%;
		text-align:center;
	}

  object.pdf {
	  width: 75%;
		height: 800px;
		padding:10px;
		margin-top: 15px;		
  } 
  

	li {
	  font-family: arial,sans-serif;
		font-size: 18px;
		font-weight: normal;
		font-style: normal;
  }
	
	li.sectionheader {
	  margin-top: 15px;
  }
	
	li.strong {
	  font-weight: 700;
		font-style: normal;
	}	
	
  h1 {
	  font-size: 150%;
		font-family: arial,sans-serif;
		border-bottom: 1px solid black;
		width: 100%;
		text-align:center;
		font-weight: normal;
		margin-bottom: 5px;
	}
	
	h2 {
	  font-size: 120%;
		font-family: arial,sans-serif;
		font-weight: normal;
		margin-left: 20px;
		margin-bottom: 5px;
	}

	p.menu {
	  font-size: 15px;
		font-family: calibri,arial,sans-serif;
		width: 100%;
		text-align: center;
		margin: 0px;
	}
	
	div.about {
	  width: 50%;
		padding: 20px;
		text-align: justify;
		font-family: calibri,arial,sans-serif;
  }

	a {
	  color: #00A;
		text-decoration: none;
	}

  a:hover {
	  text-decoration: underline;
	}	
	
	b.appendix {
	  font-weight: normal;
		width: 250px;
		display:inline-block;
	}
	
	b.tab {
	  font-weight: normal;
		width: 160px;
		display:inline-block;
	}
	
	b.tab:hover, b.appendix:hover {
	  text-decoration:underline;
  }
