@import url(advanced.css);
  /*Basic styles*/
    body
      {
	  font-family:"trebuchet ms", helvetica, arial, sans-serif;
	  padding:0px;
	  margin:0px;
	  background-color:#084887;
	  color:#666;
	  }
	h1
	  {
	  display:none;
	  }
	h2
	  {
	  font-size:110%;
	  font-weight:400;
	  border-bottom:1px solid #527fab;
	  }
	h2, h2 a
	  {
	  color:#084887;
	  }
	h3, h3 a
	  {
	  font-size:90%;
	  color:#367992;
	  }	
	h5, h6
	  {
	  font-weight:400;
	  }
	h6
	  {
	  font-syle:italic;
	  }
	h4, h5, h6, p, li, dd, dt, td, th, legend
	  {
	  font-size:76%;
	  }
	li li
	  {
	  font-size:100%;
	  }
	h2 a, h3 a, h4 a
	  {
	  text-decoration:none;
	  color:inherit !IMPORTANT;
	  }
	ul
	  {
	  list-style-type: square;
	  }
	dt
	  {
	  font-weight: 700;
	  }