
body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	color: #6D6E71;
    margin: 0;
	line-height: 1.3;
}

h1, h2, h3 {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    color: #747C4D;
}
h1 {
   font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
   font-size: 25px;
   font-style: italic;
   font-weight: normal;
}
h2 {
   font-size: 21px;
   font-weight: normal;
   color: #297550;
   padding-top: 15px;
}
h3 {
   font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
   font-size: 20px;
   font-style: italic;
   font-weight: normal;
   color: black;
   position: relative;
   top: 10px;
}

hr {
	color: #297550;
}

p {
	text-align: left;
}

a {
	text-decoration: none;
	color: #297550;
}
a:visited { color: #297550; }
a:active { color: #297550; }
a:hover { color: black; }

a.menu {
   font-family: 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
   font-size: 21px;
   font-weight: bold;
}

.green {
	color: #297550;
}
.yellow {
	color: #DDDA93;
}
.greenbg {
	background-color: #297550;
}
.yellowbg {
	background-color: #DDDA93;
}