﻿body {
	background: url(../Images/Background1.jpg) repeat #F2F9E9;
	
	margin: 0px;
	padding: 0px;	
	font-family: arial;
	font-size: 14pt;
	
	color: #404040;
			
}
h1{
	color: #AFD67D;
	font-family: Gill sans;
}
h2{
	font-family: Gill sans;
	font-size: 32pt;
	font-weight: normal;
	text-transform: lowercase;
	color: #AFD67D;
	padding: 0px;
	margin: 2px 0px;
}
h3{
	color: #AFD67D;
	font-family: Gill sans;
}
h4{
	color: #AFD67D;
	font-family: Gill sans;
}
h5{
	color: #AFD67D;
	font-family: Gill sans;
}
h6{
	color: #AFD67D;
	font-family: Gill sans;
}
a{
	color: #45BCBC;	
	text-decoration: none;
}
a:hover{
	color: #AFD67D;
}
img{
	border: none;
}
input.button
{
	background: #B0D57B;
	color: White;
	font-weight: bold;
	cursor: pointer;
}
p
{
	margin-top: 0px;
}
