html {
	font: normal 62.5% Arial, Helvetica, sans-serif; 
}

body {
	font-size: 1.3em;
	line-height: 160%;
	color: #000;
	}
	a {
		text-decoration:none;
	}
	a:visited{
		color: #8a1e04;
	}

h1,h2,h3,h4,h5,h6{
  margin: 0.5em 0;
  font-weight: normal;
  color: #333333;
}
  h1{
    font-size: 1.8em;
		color:#000000;
  }
  h2{
    font-size: 1.6em;
	  margin-top: 1.0em;
 		margin-bottom: 0.75em;
  }
  h3{
    font-size: 1.4em;
 		margin-top: 1.0em;
 		margin-bottom: 0.75em;
  }
  h4{
    font-size: 1.2em;
		color:#BD4000;
  }
  h5{
    font-size: 1.1em;
		color:#003399;
  }
  h6{
    font-size: 1.0em;
		color:#666666;
  }
  p { 
		line-height:130%; 
		margin:0.5em 0; 
		margin-bottom: .75em; 
	}
  ul{
		margin:0;
                padding:0;
                margin-left: 25px;
		list-style-image:url(/images/bullet_red.jpg);
	}
	ul ul {
		list-style-image:url(/images/bullet_blue2.jpg);
	}
