

/* Presentation Stylesheet */ 

body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	
	min-width:780px;
	margin:0;
   	 padding:0;
   	 line-height: 1.5em;
	font-size:11px;
	
	}

p {
 margin:0;
 padding:15px;
 }
 
h1 {
  line-height: 140%;
  font-size:24px;
  text-weight: bold;
  }

h2 {
  line-height: 120%;
  font-size:20px;
  text-weight: normal;
  }
  
h3 {
  line-height: 120%;
  font-size:16px;
  }

h4 {
  line-height: 120%;
  text-align: center;
  font-size:14px;
  }
 
a {
	color: #0066CC;
	text-decoration: underline;
}

a:hover {
	color: #006699;
	text-decoration: none;
}