body {
	/*
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.0em;
	margin-top: 30px;
	background-color: #333333;
}

#puzzleSolution {
	text-align: right;
	height: 75px;
	margin-top: 1px;
	margin-bottom: 0px;
	vertical-align: middle;
	background: url(/fdw-w/images/fdww_cubegroup2.gif) top right no-repeat;
}


/* MAIN CONTENT */

.content {

	padding: 0px;
	height: 100%;
	background-color:#ffffff;
	border: 1px #000000 solid;	
}

td {
	color: #000000;
}

.tdBorderBottom {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000;
}

.tdBorderTop {
	border-top-style: solid;
	border-top-width: 1px;
}

.notice { /* Styles an announcement DIV for any info we want to stand out */
	background: #dbd1ec;
	border: 1px #4b3574 dotted;
	margin: 10px 5px;
	padding: 5px;
	text-align: center;
	font-size: .7em;
}


/* PRODUCT PAGES */

.listing {
	clear: both;
}

.date, .review {
	float: left;
	display: block;
	padding: 4px 0 5px 5px;
	font-size: 0.7em;
}

.date {
	width: 75px;
}

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
	margin: 0.1em 0;
}

h1 {
	margin-top: 0px;
 	margin-bottom: 20px;
	padding: 4px 0 0 0;
 	font-size: 0.8em;
 	font-style: normal;
 	text-align: center;
}

h2 {
	margin-top: 0;
	font-size: 0.8em;
}

h3 {
	margin-top: 0px;
 	margin-bottom: 5px;
	padding: 4px 0 0 0;
 	font-size: 0.8em;
 	font-style: normal;
 	text-align: center;
}

h4 {
	font-size: 0.6em;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	margin-top: 0;
}

h5 {
	font-size: 0.8em;
	margin-top: 0;
	padding: 4px 0 0 5px;
}

h6 {
	font-size: 0.7em;
	margin-top: 0;
	padding: 4px 0 0 5px;
}

.stateHead {
	font-size:.8em;
	font-weight:bold;
	color:#4B3574;
}

p {	
	margin-top: 10px;
	margin-left: 0.8em 0;
	font-size: 0.7em;
	font-style: normal;
	color: #000;
}

.contact {	
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}

.press {
	margin: 0 5px 10px 5px;
}

#tdLinks {
	font-size: 0.7em;
	color: #fff;
}

blockquote {
	margin-left: 15px;
	font-size: 0.8em;
	font-style: normal;
	color: #000;
}

a {
	color: #000;
}

a:hover {
	color: #4B3574;
}

.aTdLinks {
	color: #fff;
}
.aTdLinks:hover {
	color: #fff;
}

.copyright{
	margin-top: 2px;
	margin-bottom: 3px;
	font-size: 0.6em;
	font-style: normal;
	color: #000000;
	text-align: center;
}