/* general stuff */


body{
	margin:0;
	padding:0;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 17.5px;
	background: #bdb898;
	background-image: none;
	color: #000000;
}
a, a:link, a:visited, a:active {
	color: #9e7114;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #996600;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #996600;
	margin: 0;
	padding: 0;
}
.style1 {
	font-weight: bold; 
	font-size: 13px; 
	color: #cc3300; 
	font-family: Arial, Helvetica, sans-serif;
}
.small {
	font-size: 11px;
}