BODY { background: #ffffff; 
	   margin-left: 0px; 
	   margin-right: 0px; 
	   margin-top: 10px;
	   margin-bottom: 10px;
}

.main {  
	color: #373737;
	font-family: Georgia, Arial, Helvetica, serif; 
	font-size: 12px;
	line-height: 20px;
}

.headline {
  COLOR: #413251;
  FONT-FAMILY: Georgia, Arial, Helvetica, serif; 
  FONT-SIZE: 22px;
  line-height: 24px;
  FONT-WEIGHT: normal;
  letter-spacing: 1px;
}

.subheadline {
  COLOR: #413251;
  FONT-FAMILY: Georgia, Arial, Helvetica, serif; 
  FONT-SIZE: 18px;
  line-height: 24px;
  FONT-WEIGHT: normal;
  letter-spacing: 1px;
}

.button {
	background: #78766a;
	font-family: "New Baskerville", Georgia, "Times New Roman", Times, serif;
	padding: 6px 15px 6px 15px;
	margin: 0;
	border: 2px #ffffff solid;
	color: #fff;
	text-transform: none;
	letter-spacing: 1px;
	font-size: 1.6em;
	font-weight: normal;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	
.button:hover {
	background: #67655b;
	}	
	
.button-green {
	background: #6d9b3c;
	font-family: "New Baskerville", Georgia, "Times New Roman", Times, serif;
	padding: 6px 15px 6px 15px;
	margin: 0;
	border: 2px #ffffff solid;
	color: #fff;
	text-transform: none;
	letter-spacing: 1px;
	font-size: 1.6em;
	font-weight: normal;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	
.button-green:hover {
	background: #5e8634;
	}	
