body {

	background: #FFFFFF;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;

}

td {

	font-family: Verdana, Helvetica, sans-serif;
	/*text-align: left; */
	line-height: 14px;
}

a {
	
	color: #671F11;
	text-align: left;
	text-decoration: underline;
}



	a:hover{
			
		color: #671F11;
		text-decoration: none;
		
	}

a b {

	color: #671F11;
	font-weight: bold;
	text-decoration: none;

}

	a b:hover{
			
		color: #671F11;
		text-decoration: none;
		
	}



ul {
	margin-left: 10px;
	padding-left: 0px;
}

* html ul {
	margin-left: 20px;

}

li {

	padding-bottom: 5px;
}


p {

	padding-bottom: 8px;
}

div {

	padding-bottom: 10px;
}

h1 {
	
	font-family: Arial, Helvetica, sans-serif;
    text-align: left;
	font-weight: bold;
    font-size: 12px;
	text-transform: uppercase;
	line-height: 12px;
	color: #671F11;
	margin: 0px 0px 12px 0px;
	
}

h2 {
	
	font-family: Arial, Helvetica, sans-serif;
    text-align: left;
	font-weight: bold;
    font-size: 12px;
	text-transform: uppercase;
	line-height: 12px;
	color: #671F11;
	margin: 0px 0px 12px 0px;
	
}




h3 {

   font-family: Arial, Helvetica, sans-serif;
    text-align: left;
	font-weight: bold;
    font-size: 12px;
	line-height: 12px;
	color: #333333;
	margin: 15px 0px 3px 0px;

}

h4 {

    text-align: left;
	font-weight: normal;
    font-size: 11px;
	line-height: 15px;
	color: #671F11;
	background: #FAF9F4;
	padding: 6px 6px 6px 6px;
	margin: 15px 0px 10px 0px;
	border-top: 1px dashed #671F11;
	border-bottom: 1px dashed #671F11;
	
}

h5 {

  font-weight: normal;
    font-size: 11px;
	line-height: 15px;
	color: #000000;
	background: #C0BDA9;
	padding: 6px 6px 6px 6px;
	margin: 15px 0px 10px 0px;
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	
	
}

h6 {

    text-align: left;
	font-weight: normal;
    font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	background: #F97216;
	padding: 6px 6px 6px 6px;
	margin: 15px 0px 10px 0px;
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	
}


pre {

    text-align: left;
    font-size: 11px;
	padding: 0px;
	color: #000000;
	line-height: 15px;
	font-weight: normal;
	background: #efefef;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 6px;
font-family: Courier, Monaco, ;


	/* border: 1px solid red; */
 
}

address {

    text-align: left;
    font-size: 11px;
    font-style: normal;
	padding: 0px;
	color: #000000;
	line-height: 15px;
	font-weight: normal;
	background: #FAF9F4;
	padding: 6px 12px 6px 12px;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;

	/* border: 1px solid red; */

}

hr {

	border: none 0; 
	border-top: 1px dashed #A7A787;
	
}