
       body { 
		 background-color: #FFFFFF; 
		 color: #000000;
		 font-family: sans-serif;
		 font-size: 12px;
		 }
		 
        h1 {
		  font-family: sans-serif;
		  font: bold;
		  color: #000000;
		  font-size: 15px;
		  }
		  
		  h1.blue {
		  font-family: sans-serif;
		  font: bold;
		  color: #4E567D;
		  font-size: 15px;
		  }
		  .dgray {
		  font-family: sans-serif;
		  font: bold;
		  color: #3c3c3c;
		  }
		  h2 {
		  font-family: sans-serif;
		  font: bold;
		  color: #000000;
		  font-size: 14px;
		  }
		  .header {
		  font-family: sans-serif;
		  font: bold;
		  color: #000000;
		  font-size: 12px;
		  }
		  h3 {
		  font-family: sans-serif;
		  font: bold;
		  color: #000000;
		  font-size: 13px;
		  }
		  table {
		  	font-family: sans-serif;
			font-size: 12px;
		  }
		  
		  ul {
		  	font-family: sans-serif;
			font-size: 12px;
		  }
		  
		  ul.bullet {
			list-style-image: url(/ChandraSNR/graphics/bullet.gif);
		  }
		  
		    ul.arrow {
			list-style-image: url(/ChandraSNR/graphics/arrow.gif);
		  }
		  
		  .gray {
		  	color: Gray;
			font-size: 12px;
		  }
		  
		  .white {
		  	color: #ffffff;
			font-family: sans-serif;
			font-size: 13px;
		  }
		  
		   .red {
		  	color: #ff0000;
			font-family: sans-serif;
			font-size: 13px;
		  }
		  
		  .green {
		  	color: #00ff00;
			font-family: sans-serif;
			font-size: 13px;
		  }
		  
		  .blue {
		  	color: #0000ff;
			font-family: sans-serif;
			font-size: 13px;
		  }
		  
		  .small {
			font-family: sans-serif;
			font-size: 10px;
		  }
