body {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #BCE0B7;
}

img {
	border: none;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.25em;
}

.h1-subheader {
	font-size: .75em;
}

.h1-promo-copy {
	font-size: .55em;
	font-weight: normal;
}

.header {
	padding-left: 5px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.footer {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.copyright {
	font-size: .75em;
	margin-bottom: 10px;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}

.stats {
	width: 170px;
	float: right;
	margin-top: -26px;
	border: thin dashed black;
	padding: 5px;
	background-color: #8fbc8f;
	font-family: "Courier New", Courier, monospace;
	font-size: .85em;
	font-weight: bold;
	color: yellow;
}

.menu {
	font-size: .85em;
}

a.menuLink:hover {
	background-color: yellow;
	color: black;
}

a:visited {
	color: blue;
}

.home {
	vertical-align: top;
	height: 1000px;
	width: 1000px;
	background-image: url(bg.gif);
	margin-left: auto;
	margin-right: auto;
}

.secondary {
	vertical-align: top;
	background-color: #d3d3d3;
	margin-left: auto;
	margin-right: auto;
}

.secondary-outside {
	width: 150px;
	background-color: #8fbc8f;
}

.secondary-middle {
	vertical-align: top;
	width: 700px;
	height: 1000px;
	padding: 5px;
	font-size: .85em;
}

.strike {
	text-decoration: line-through;
}

.ad-table {
	margin-left: auto;
	margin-right: auto;
	border: dotted black;
}

.ad-table-2 {
	margin-left: auto;
	margin-right: auto;
}

.sample-ad {
	text-align: center;
	vertical-align: bottom;
}

.sample-ad-2 {
	text-align: center;
	vertical-align: bottom;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.center-text {
	text-align: center;
}

.row-blue {
	background-color: #b0c4de;
}

li {
	padding-bottom: 10px;
}

.terms {
	margin-left: -20px;
	font-size: .90em;
	font-family: "Courier New", Courier, monospace;
	list-style-type: square;
}

.ordering {
	margin-left: -15px;
	font-size: .95em;
}

.ordering-instructions {
	margin-left: -20px;
}

acronym {
	cursor: help;
	border-bottom: thin dotted blue;
}

.sale {
	color: #ff4500;
}


.promo {
	font-size: 1.00em;
	font-weight: bold;
	color: #006400;
}

#dhtmlToolTip {
	position: absolute;
	width: 100px;
	padding: 1px;
	background-color: black;
	visibility: hidden;
	z-index: 100;
}