#nav {
	margin: 0px;
	padding: 0px;
	font-size: 10 pt;
	font-weight: normal;
	font-family: "Trebuchet MS";
	border-right: none;	 
	}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;	
	}
#nav ul li { float: center;
		  }
#nav ul li a {
	text-decoration: none;
	color: black;
	font-family: "Trebuchet MS"
	font-weight:bold;
	}

#nav a:hover {
	
	color: #3399ff;
	}
#active a:link, #active a:visited, #active a:hover {
	
	color: #FF3300;
	cursor: default;
	}
#active1 a:link, #active1 a:visited, #active1 a:hover {
	
	color: #FF3300;
	cursor: default;
	}

#h1 { font-size: 18pt;
	font-weight: bold; 
	color: black;
	
     }

#h2 { font-size: 10pt;
	font-weight: bold; 
	color: black;
	font-family: "Trebuchet MS";
     }
#h3 { font-size: 10pt;
	font-weight: bold; 
	color: purple;
	font-family: "Trebuchet MS";
     }
#h4 { font-size: 10pt;
	font-weight: bold; 
	color: red;
	font-family: "Trebuchet MS";
     }
#h5 { font-size: 10pt;
	font-weight: bold; 
	color: blue;
	font-family: "Trebuchet MS";
     }



#p1 {font-size: 10pt;
     font-family: "Trebuchet MS";
    }

p.quote {padding-left: 12px;
	   padding-right: 12px;
	   color: "#000000";
	   font: italic bold 10pt "Trebuchet MS";
	   }
p.main {padding-left: 12px;
	  font: normal 10pt "Trebuchet MS";
	 }

p.footer1 {text-align: center;
	     font: normal 10pt "Trebuchet MS";
	    }

p.footer2 {text-align: center;
	     font: normal 10pt "Trebuchet MS";
	     color: black;
	    }

#nav1 {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	font-weight: bold;
	font-family: "Trebuchet MS";
	}
#nav1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	
	}
#nav1 ul li { float: center;
		  }
#nav1 ul li a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	}

#nav1 a:hover {
	color: #3399FF;
 	}

