@charset "utf-8";
* {
padding: 0;
margin: 0;
}

p {
		margin-bottom: 15px;
		line-height: 16px;
		text-align: justify;
}


a {		color: #22412D;
a:hover {}

h1 {
		font: italic 40px/30px "Times New Roman", Times, serif;
		margin-bottom: 10px;
		border-bottom: 1px solid #CCCCCC;
		padding-top: 5px;
		text-align: right;
}
h2 {
		text-align: center;
		padding-top: 10px;
		margin-bottom: 5px;
		font: italic 16px "Times New Roman", Times, serif;
		color: #666666;
}

h3.newsletter {
		color: #415726;
		font: 16px "Times New Roman", Times, serif;
		border-bottom: 1px solid #415726;
		padding-left: 5px;
}


table, td { border-collapse: collapse; vertical-align: middle;}
td {}

.thumb, .center {
		border: 1px solid #CCCCCC;
		padding: 3px;
}

.thumb {
		margin-right: 20px;
		margin-left: 10px;
		margin-bottom: 10px;
}
.thumb_nopadding {
	border: 1px solid #CCCCCC;
	margin : 0;
	padding: 3px;
}

.center {
		display: block;
		margin: 10px auto;
}

#quote {
		background: #F1F8F1;
		padding: 10px;
		margin-right: 50px;
		margin-left: 50px;
		font: italic 15px/25px "Times New Roman", Times, serif;
		text-align: center;
}
table.figures {
		margin-right: auto;
		margin-bottom: 20px;
		margin-left: auto;
		width: 100%;
}
table.figures th {
		background: #6B693F;
		color: #FFFFFF;
		padding: 10px;
}
table.figures td {
		text-align: center;
		padding: 5px 10px;
		border-bottom: 1px solid #0C4721;
		font-size: 14px;
}
#info_block {
		background: #F1F8F1;
		padding: 10px;
		margin-right: 50px;
		margin-bottom: 20px;
		margin-left: 50px;
}
.clear {
 clear: both;}
hr {
		clear: both;
		color: #072B14;
		height: 1px;
}
.quote_inset {
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
}
.quote_inset p {
		font: italic bold 20px/30px "Times New Roman", Times, serif;
		text-align: center;
		color: #10652E;
}

li {}

#documents {}

#documents A {
		display: block;
		padding: 20px 10px 10px 60px;
		background: url(../img/icon_pdf.gif) no-repeat 5px center;
		height: 40px;
		width: 200px;
		float: left;
		color: #072B14;
		font: 16px "Times New Roman", Times, serif;
		text-decoration: none;
		border: 1px solid #CCCCCC;
		margin: 3px;
}
#documents A:hover {
		border-color: #072B14;
		background: #F1F8F1 url(../img/icon_pdf.gif) no-repeat 5px center;
}
