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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #784632;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #784632;
	margin-top: 0px;
}
h2 {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #646464;
	margin-top: 0px;
	text-transform: uppercase;
}
a:link {
	color: #468282;
	text-decoration: underline;
}
a:hover {
	color: #468282;
	text-decoration: none;
}
a:visited {
	color: #468282;
	text-decoration: underline;
}
a:active {
	color: #468282;
	text-decoration: underline;
}
.footer {
	font-size: 10px;
	color: #666666;
	text-align: center;
}
.photoleft {
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
.photoright {
	margin-left: 15px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
.white {
	color: #F8F7F8;
}
