/* ############## formatting ############## */

BODY {
  margin           : 25px 15px 15px 15px;
  background-color : #006233;
}
.outline {
	border: 2px solid #000000;
}
.reversetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
}
.boldtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #990000;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #006233;
}
.paddingtopbottom {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	color: #990000;
}
.smalltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 14px;
	color: #990000;
}
.menubold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #006233;
}

/* ############## links ############## */

a:link {
 	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-weight: bold;
 	color: #006233;
	text-decoration: none;
}
a:visited {
 	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-weight: bold;
	color: #006233;
	text-decoration: none;
}
a:hover {
 	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:active {
 	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.menupad {
	padding-top: 3px;
	padding-bottom: 3px;
}
.menuhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	color: #990000;
}
.dashedoutline {
	padding: 6px;
	border: 2px dashed #006233;
}
.couponheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	line-height: 38px;
	color: #990000;
	letter-spacing: 2px;
	font-weight: bolder;
}
.orderheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
	color: #990000;
}
.smalltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #990000;
}
.menusmallhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #990000;
}
.bigbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 8px;
	color: #006233;
}
.boldred {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 8px;
	color: #990000;
}
