
html, body, table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
/*	background-color:  #FFD29B; light orange */
/*	background: #FF8C22; dark orange */
/*	background: #FFFAFA; snow */
	background: White;
/*	background: #F9FFFF; light blue */
/*	background: #FFFFEC; light yellow */
	color: #002D64;
	}
	
h1 {
	color: navy;   /* #800000; */
	font-size: 115%;
	font-weight: bold;
}

h2 {
	color: navy;   /* #800000; */
	font-size: 105%;
	font-weight: bold;
}

h4 {
	font-size: medium;
	color: Black;
}

h5 {
	font-size: 75%;
	color: Black;
}

br.image {
	clear: left;
}

sup {
	font-size: xx-small;
	font-variant: small-caps;
	vertical-align: super;
}

blockquote {
	font-style: italic;
}

a.link {
	color: #666666;
	}
a.visited {
	color: #0000FF;
	}
a.active {
	color: #666666;
	}

/*
a.menu {
	padding:10px;
	margin: 10px;
	font-size: 110%;
	font-face: "Arial";
	display: inline;
	width: 30px;
	text-decoration: none;
	color: white;
	background: navy;
	white-space: nowrap;
	}
span.submenu {
	padding:10px;
	margin: 10px;
	font-size: 100%;
	font-face: "Arial";
	text-decoration: none;
	color: white;
	background: navy;
	white-space: nowrap;
	visibility: hidden;
	position: relative;
	top: +20;
	left: +2;
	}

ul.menu {
	padding:0px;
	margin: 0px;
	font-size: 110%;
	font-face: "Arial";
	}
ul.menu li {
	display: inline;
	width: 30px;
	color: White;
	background: Navy;
	}
ul.menu li a {
	text-decoration: none;
	color: white;
	background: Navy;
	font-weight: bold;
	padding: 2px 2x;
	white-space: nowrap;
}
ul.menu li a:hover {
	color: navy;
	background: white;
	}
*/

.header {
	text-align:center;
	font-size: 80%;
	width: 100%;
	background: White;
	}

.wheader {
	text-align:center;
	font-size: 80%;
	width: 100%;
	background: #CC0000;
	}


.menu {
	text-align:center;
	font-size: 80%;
	width: 100%;
	background: navy;

}

.quote {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: italic;
}

.pullquoteright {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
	float: right;
	width: 30%;
	border: groove;
	padding: .5%;
	clear: both;
}

.specialinfo {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	float: left;
	width: 25%;
	border-style: groove;
	padding: .5%;
	clear: both;
	font-weight: bold;
}

.textright {
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	float: right;
	clear: both;
}

.normal {
	font-size: 90%;
}

.important {
	font-size: 110%;
	font-weight: bold;
}

.lotsoftext {
	font-size: 80%;
}

.textonly {
	font-size: 85%;
	text-align: left;
	vertical-align: top;
}

ul.textonly {
	background: White;
	text-indent: 0%;
	text-align: left;	
	list-style: none;
	margin-left: 0%;
	padding-left: 0%;
	vertical-align: top;
}

a.textonly {
	background: White;
	font-size: 115%;
}

td.textonly {
	background: White;
	font-size: 75%;
}

.copyr {
	font-size: smaller;
	text-align: center;
}

.footer {
	text-align: center;
}

.instructions {
	font-size: 80%;
}

div.figure {
  float: left;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
img.scaled {
  width: 100%;
}

table.pictures {
	margin: 0px;
	padding: 0px;
}

span.oldprice {
	text-decoration: line-through;
}

span.price {
	color: Red;
}

.packlink {
	text-decoration: none;
}

.orderform {
	text-align: left;
	font-size: 85%;
	font-weight: bold;
}

.formheader {
	text-align: left;
	font-size: 115%;
	font-weight: bold;
	padding-bottom: 3px;
}

.orderformerrors {
	text-align: left;
	font-size: 85%;
	font-weight: bold;
	color: #DD0044;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}