@charset "utf-8";
/* CSS Document */

h1 {
	color: #0e6e3b;
	font: bold 20px "Baumans", sans-serif;
	padding:0;
	margin:0;
	margin-bottom:20px;
}
h2 {
	color: #424c36;
	font: bold 16px "Baumans", sans-serif;
	padding:0;
	margin:0;
	margin-bottom:20px;
}
h3 {
	color: #0e6e3b;
	font: bold 14px "Baumans", sans-serif;
	padding:0;
	margin:0;
	margin-bottom:10px;
}
h4 {
	color: #424c36;
	font: bold 12px "Baumans", sans-serif;
	padding:0;
	margin:0;
	margin-bottom:10px;
}
p {
	color: #000000;
	font: 12px "Droid Sans", sans-serif;
	padding:0;
	margin:0;
	margin-bottom: 10px;
}
.small {font-size:10px;}
.green {	color: #0e6e3b;}
a {
	color: #0e6e3b;
	cursor: pointer;
	text-decoration:none;
}
a:hover {
	color: #424c36;
}
a:visited {
}
.last {
	margin-right:0;
	margin-bottom:0;
}
hr {
	background-color:#98C166;
	border:none;
	height:1px;
	margin-top:10px;
	margin-bottom:10px;
}
.picture-left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border: 7px solid #ffffff; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px; 
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px; 
}
.picture-right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border: 7px solid #ffffff; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px; 
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px; 
}
.highlight {
	background:#EEF5F0;
	border:1px solid #98C166;
	padding:10px 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}