﻿body
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-left:0; 
	margin-right:0; 
	margin-top:0; 
	margin-bottom:0;
	width:100%;
	height:100%;
	/*toverflow:hidden; would remove any extra browser left side navigation bar*/
/*the color here #2c2721 was the bottom color of my gradient image - a seamless fade*/
background: #d3d1d1 url(images/bg.jpg) repeat-x;
}
address {
	margin-top: 1em;
	padding-top: 1em;
	border-top: thin dotted; 
	}
.GFForm {
	font-family: Verdana;
	font-size: 10px;
	color: #403E3E;
}

.GFFormTitle {
	font-family: Verdana;
	font-size: 12px;
	font-weight: 700;
	color: #403E3E;
	
	
}
.GFFormWD {
	font-family: Verdana;
	font-size: 8px;
	color: #403E3E;
}

.GFFormWDTitle {
	font-family: Verdana;
	font-size: 10px;
	font-weight: 700;
	color: #403E3E;
}

