body {
	background-color: #ffffff;
	color: #3d3101;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size:65%;
	line-height:1.5;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align:justify;
}

h1 {
	font-family: Eurostile, Arial, Helvetica;
	color: #404040;
	font-size: 9px;
	font-weight: bold;
	margin-top: -20px;
	text-align: left;
}
h2 {
	font-family: Eurostile, Arial, Helvetica;
	font-size: 11px;
	color: #3d3101;
	font-weight: bold;
	text-align:left;
	}
	
	h3 {
	font-family: Eurostile, Arial, Helvetica;
	font-size: 15px;
	color: #3d3101;
	font-weight: normal;
	text-align:center;
	}
	
	h4 {
	font-family: Eurostile, Arial, Helvetica;
	font-size: 17px;
	text-transform: uppercase;
	color: #3d3101;
	margin-top: 10px;
	margin-left: 10px;
	font-weight: normal;
	text-align:left;
	}

a:link{
	text-decoration:none; color: #000000; 
	}
a:visited{
	text-decoration: none; color: none;
	}
a:active{
		text-decoration: none; color: none;
		}
a:hover{
	text-decoration: none; color: none;
	}
	
	p {
	text-align: justify;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.photo {
	margin-left: 10px;
	border: 1px solid #000000;
	margin-right: 0px;
	margin-bottom: 5px;
	}
	
.photo2 {
	margin-left: 0px;
	border: 1px solid #000000;
	margin-right: 10px;
	margin-bottom: 5px;
	}


.clearfix:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}
* html .clearfix {height: 1%;}
}

