body {
  margin: 5px;
	min-width: 775px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

p {
  margin-top: 0px;
	margin-bottom: 10px;
}

h1 {
  margin-top: 0px;
	margin-bottom: 0px;
  font-weight: bold;
  font-size: 12px;
}

h2 {
  margin-top: 10px;
	margin-bottom: 0px;
  font-weight: bold;
  font-size: 11px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a:link { color: #A00F36; text-decoration: none; }
a:visited { color: #A00F36; text-decoration: none; }
a:active { color: #A00F36; text-decoration: none; }

a.extras:link { color: #FFFFFF; font-weight: normal; text-decoration: none; }
a.extras:visited { color: #FFFFFF; font-weight: normal; text-decoration: none; }
a.extras:hover { color: #FFFFFF; font-weight: bold; text-decoration: none; }
a.extras:active { color: #FFFFFF; font-weight: normal; text-decoration: none; }
.extras-selected { color: #FFFFFF; font-weight: bold; }

a.buynow:link { color: #DDAAAA; font-weight: normal; text-decoration: none; }
a.buynow:visited { color: #DDAAAA; font-weight: normal; text-decoration: none; }
a.buynow:hover { color: #FFFFFF; font-weight: normal; text-decoration: none; }
a.buynow:active { color: #DDAAAA; font-weight: normal; text-decoration: none; }

a.heyshauna:link { color: #999999; text-decoration: none; }
a.heyshauna:visited { color: #999999; text-decoration: none; }
a.heyshauna:hover { color: #CCCCCC; text-decoration: none; }
a.heyshauna:active { color: #999999; text-decoration: none; }

.block-content {
  padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

.block-extras {
  padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 17px;
}

.block-buynow-blurb {
  line-height: 14px;
}

.block-footer {
  padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
	color: #AAAAAA;
}

.block-news-show {
  display: block;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: justify;
}

.block-news-hide {
	display: none;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: justify;
}

.table-outer {
  background-color: #FFFFFF;
	border-color: #FFFFFF;
	border-width: 0px;
	border-style: solid;
}

.text-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.text-whitegrey {
	color: #CCCCCC;
}

.text-ltgrey {
	color: #999999;
}

.text-red-bold {
	font-weight: bold;
	color: #FF0000;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 14px;
	color: #333333;
	background-color: #FFFFFF !important;
	border-style: solid;
	border-color: #555555;
	border-width: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	color: #333333;
	background-color: #FFFFFF !important;
	border-style: solid;
	border-color: #555555;
	border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 0px;
	padding-left: 0px;
}

input.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 22px;
	color: #FFFFFF;
	background-color: #A00F36 !important;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
	margin-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}