.Body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.Headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #007900;
}
.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h2.callout {
	text-align:center;
}
.order-button {
	background: #d2ff52; /* Old browsers */
	background: -moz-linear-gradient(top,  #d2ff52 0%, #91e842 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2ff52), color-stop(100%,#91e842)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d2ff52 0%,#91e842 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 ); /* IE6-9 */
	text-align:center;
	padding:8px 50px;
	text-decoration:none;
	color:#333;
	display:inline-block;
	border-radius:5px;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.5);
			box-shadow: 1px 1px 5px rgba(0,0,0,.5);	
}
.order-button:hover {
	background: #8fc400; /* Old browsers */
	background: -moz-linear-gradient(top,  #8fc400 0%, #00a500 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc400), color-stop(100%,#00a500)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8fc400 0%,#00a500 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8fc400 0%,#00a500 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8fc400 0%,#00a500 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8fc400 0%,#00a500 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc400', endColorstr='#00a500',GradientType=0 ); /* IE6-9 */


	color:#fff;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
			box-shadow: 1px 1px 2px rgba(0,0,0,.2);	
}