@charset "UTF-8";

/* A very simple CSS reset */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, small, strike, strong, b, u, i,  ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body 
{
	background-color: #f3eed8;
	background-repeat:no-repeat;
	background-position:left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333;
}

a {
	color: #000000;
	text-decoration: none;
}
a:visited {
}
a:hover 
{
}
a.bodytext {
	color: #333;
	text-decoration: none;
}

a.bodytext:hover 
{
	border-bottom: 1px dotted;
}
a.footer {
	color: #CCC;
	text-decoration: none;
}
a.footer:hover 
{
	border-bottom: 1px dotted;
}
a.contact {
	text-decoration: none;
}

a.contact:hover 
{
	border-bottom: 1px dotted;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h1 {
	font-style: italic;
	font-weight: bold;
	font-size: 22px;
	color: #5c8727;
	line-height: 25px;
}
h2 {
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	line-height: 30px;
}
h3 {
	font-size: 14px;
	line-height: 18px;
	color: #333;
}
h4 {
	font-size: 13px;
	line-height: 18px;
}
h5 {
	font-size: 12px;
	line-height: 18px;
}
h6 {
	font-size: 12px;
	line-height: 16px;
}
