
body {

	background: #ffffff;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;

}

td {

	font-family: Verdana, Helvetica, sans-serif;
	/*text-align: left; */
	font-size: 11px;
	color: #000000;
}

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



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

a b {

	color: #6E271E;
	font-weight: bold;
	text-decoration: none;

}

	a b:hover{
			
		color: #6E271E;
		text-decoration: none;
		
	}


hr {

	color: #6E271E;
	border: 1px solid #6E271E;
}

ul {
	/*margin-left: -15px;*/


}

* html ul {
	margin-left: 20px;

}

li {

	padding-bottom: 5px;
}


p {

	padding-bottom: 8px;
}

div {

	padding-bottom: 10px;
}


h1 {

    text-align: left;
    font-weight: bold;
    font-size: 12px;
	line-height: 12px;
	color: #793619;
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #793619;
	
}

h2 {

    text-align: left;
    font-weight: bold;
    font-size: 12px;
	line-height: 12px;
	color: #793619;
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #793619;

}

h3 {

    text-align: left;
	font-weight: bold;
    font-size: 12px;
	line-height: 12px;
	color: #000000;
	margin: 0px 0px 10px 0px;

}


h4 {

    text-align: left;
    font-size: 12px;
	line-height: 12px;
	font-style: normal;
	font-weight: bold;
	color: #A97255;
	margin: 0px 0px 10px 0px;

}


h5 {

    text-align: left;
	font-weight: bold;
    font-size: 11px;
	line-height: 11px;
	color: #425B7D;
	background: #D4DBE5;
	padding: 6px 12px 6px 12px;
	margin: 0px 0px 10px 0px;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	
}

h6 {

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

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: Monaco, Courier;


	/* border: 1px solid red; */

}

address {

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

	/* border: 1px solid red; */

}


