/*--Main--*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #140101;
}


p {
	margin: 0px; 
	padding: 8px 0px 8px 0px;
}


hr {
	border: 0px; 
	border-bottom: 1px; 
	color: #000000; 
	border-bottom-style: solid; 
	height: 0px; 
	clear: left; 
	margin: 0px 0px 10px 0px!important; 
	margin: 0px 0px 0px 0px; 
	padding: 10px 0px 0px 0px!important; 
	padding: 0px 0px 0px 0px;
}


/*--Links--*/
a:link, a:visited, a:active {
	color: #ad8f5b; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #cfac6e; 
	text-decoration: underline; 
	font-weight: bold;
}

/*--Titles--*/
h1 {
	color: #391215; 
	font-size: 22px; 
	font-weight: normal; 
	margin: 0px 0px 3px 0px; 
	padding: 0px 0px 3px 0px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	color: #391215; 
	font-size: 18px; 
	font-weight: normal; 
	margin: 12px 0px 0px 0px; 
	padding: 12px 0px 0px 0px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	color: #391215; 
	font-size: 14px; 
	font-weight: normal; 
	margin: 8px 0px 0px 0px; 
	padding: 8px 0px 0px 0px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.image_left {
	float: left;
	margin: 8px 0px 20px 20px;
}

.image_right {
	float: right;
	margin: 8px 0px 20px 20px;
}
