﻿*{
	margin: 0px;
}
body
{
	background-position: top;
	background-color: #ffffff;
	font-size: 8pt;
	color: #808184;
	font-family: Tahoma;
	margin: auto;
	background-image: url(bg_grass.jpg);
	background-repeat: no-repeat;
	height: 100%;
	display: block;
}
	
.main
{
	width: 800px;
	height: 100%;
	margin: 0px auto;
	padding: 20px;
	
}

p

{
	font-variant: normal;
	line-height: 12pt;
}

h1

{
	font-variant: normal;
	color: #006837;
	text-indent: -2px;
	font-weight: lighter;
	font-size: 16pt;
}

h3

{
	font-variant: normal;
	color: #006837;
	text-indent: -2px;
	font-weight: lighter;
	font-size: 36pt;
}


h2

{
	font-variant: normal;
	font-size: 16pt;
	color: #808184;
	text-indent: -2px;
	font-weight: lighter;
}

