

/* Presentation Stylesheet */ 

   h1{
    color: #682907;
    font-family: Trajan Pro, Times, Times New Roman, serif;
	font-size: 18px;
    font-weight: bold;
	}
  
h2{
    color: #682907;
	font-family: Trajan Pro, Times, Times New Roman, serif;
    font-size: 16px;
	font-weight: bold;
	 }
  
  h3{
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size: 12px;
  }
  
  h4{
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
  }
  
  h5{
    color: #682907;
	font-family:Times New Roman, Times, serif;
    font-size: 14px;
	font-weight: normal;
	  }
  
  h6{
    color: #682907;
	font-family: Times New Roman, Times, serif;
    font-size: 24px;
	font-weight: normal;
	  }
  
  h7{
    color: #000000;
	font-family: Times New Roman, Times, serif;
    font-size: 22px;
	font-weight: normal;
	  }
  
  h8{
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
  }
    
  h9{
    color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
    font-size: 12px;
  }
  
   dl.retail{
	list-style-image:url(../images/bulletpoint.png);
  }
  
  
  dt{
	text-indent:15px;
	font-weight: bold;
	padding-top: 10px;
	color: #682907;	
  }
  
   dt.state{
	text-indent:14px;
	font-weight: bold;
	font-size:14px;
	padding-top: 10px;
	color: #000;	
  }
  
   dd{
	padding-top: 4px;
	padding-bottom: 4px;
	display: list-item;	
  }
  
    fieldset{
    border: 0;
  }
  a:link { 
	color: #682907;
	text-decoration: none;
	}
a:visited { 
	color: #682907;
	text-decoration: none;
	}
a:hover { 
	color: #682907;
	text-decoration: underline;
	}
a:active { 
	color: #682907;
	text-decoration: none;
	}