body {
	margin: 0em;
	padding: 0em;
	background: #aaaaaa;
	background: #93a279;
}
.bodycopy, body, table, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Heading, h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #536239;
}

.Heading2, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #536239;
}

dt { font-weight: bold; margin-top: 10px; }


table {
	background: #c0ceaa;
	padding: 1em;
}


#pageheader,
#pagefooter {
	background: #de944a;
	color: black;
	margin: 0em;
	padding: 4pt;
	
	font-size: 10pt;
	font-family: Georgia, Times, "Times New Roman", serif;
	
	text-align: center;
}
#pageheader {
	font-size: 36pt;
	font-weight: bold;
	font-family: Garamond, serif;
}


hr {
	border-width: 1px;
	border-color: #93a279;
	border-style: solid;
	
	text-align: center;
}


.orderform {
	border: none;
	outline: none;
}


p strong a:hover,
a:hover {
	outline: #536239 solid 1px;
	background: #93a279;
	color: white;
	
	text-decoration: none;
}

#pagefooter,
#pagefooter :link,
#pagefooter :active,
#pagefooter :visited {
	background: #536239;
	color: white;
}
#pagefooter a:hover {
	background: #334219;
	color: #c0ceaa;
	outline: #93a279 solid 1px;
	text-decoration: none;
}


:link,
:active,
:visited,
:hover {
	padding: 1px;
}

.img :link,
.img :hover,
.img:link,
.img:hover,
a.img:link,
a.img:hover {
	outline: none;
	text-decoration: none;
	border: none;
}
