@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0; }
body {
	font: 100%  Arial, Helvetica, sans-serif; }
p {
	margin: .45em 0;
	font-size:80%;
	color: #000;
	line-height:1.4em; }
em {
	font-style: normal;
	font-weight: bold; }
ul {
	line-height:1.5em; }
table {
	border: none; }
img {
	border: none; }
h1{
	font-size: 150%;
	font-weight: bold;
	color: #629b13;
	padding: 0.25em 0;
}
h2{
	font-size: 105%;
	font-weight: bold;
	color: #5a3721;
}
a { color: #446c0d; }
a:hover {
	text-decoration: none; }
