#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;        
                              

---------------------------------------------------------------------

body { color: black; background-color: white; }

p {
	font-family: Helvetica, sans-serif;
	color: #FFF;
	font-size: 16px;
}

td {}

a:link { color: blue }

a:visited { color: purple }

a:hover { color: purple }

a:active { color: red }



h1 {
	  color: #d02121;
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 25px;
	  margin-top: 0px;	  
	  margin-bottom: 0px;
	  text-align:center;
	  }
		
	h2 {
	  color: #000000;
	  font-size: 11px;
	  font-family: Arial, Helvetica, sans-serif;
	  text-align:justify;
	  }

	h3 {
	  color: #d02121;
	  font-size: 10.6px;
	  font-family: Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  }

	h4 {
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 12px;
	  color: #d02121;
	  text-align:justify;
	  }

	h5 {
	  font-family: "Verdana, Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 20px;
	  color: #d02121;
	  }

	h6 {
	  color: #d02121;
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 12px;
	  margin-bottom: 0px;
	  text-align:justify;
	  }

		
	a {
	  color: #000000;
	  font-size: 10.6px;
	  text-decoration: none;
	  font-family: Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  }

	a:hover {
	  color: #8D3C00;
	  font-weight: normal;
	  text-decoration: underline;
	  }
.bodyAlign {
	text-align: left;
}

