html , body{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { /* reset block elements */
	margin:0;
	padding:0;
	list-style-type: none;
} 
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	padding: 12px;
	background-color: #f6f3ea;
	-webkit-text-size-adjust: none; /* turn off auto adjust */
}


a:hover, a:active, a:focus {
	outline: 0; /* remove outline on click */
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}
h1   {
	font-size: 21px;
	line-height: 21px;
	margin: 0px;
	font-weight: normal;
	color: #000000;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 17px;
	padding-left: 0px;
}

.hide {
	display: none;
}
.clear {
	font-size: 0px;
	clear: both;
	height: 0px;
}
.header {
	padding-bottom: 12px;
}
ul.buttons li {
	float: left;
	margin-bottom: 1px;
	display: block;
	width: 100%;
}
ul.buttons a{
	height: 44px;
	width:100%;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #8fa15e; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fa15e', endColorstr='#6e7b48'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#8fa15e), to(#6e7b48)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #8fa15e,  #6e7b48); /* for firefox 3.6+ */
	text-transform: uppercase;
	display: block;
	line-height: 44px;
	text-shadow:0 -1px #697645;
}
ul.buttons a.alt{
	background: #eb7500; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75441c', endColorstr='#583315'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#75441c), to(#583315)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #75441c,  #583315); /* for firefox 3.6+ */
	text-shadow:0 -1px #4e2d13;
}
ul.buttons a span{
	padding-left:24px;
	padding-right:24px:
}
img.align-right {
	float: right;
	margin-top: 3px;
	margin-left: 12px;
	margin-bottom: 12px;
}
