body {
	margin: 0px auto 0px auto;
	width: 800px;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #000;
}
input, select {
	color: #000;
}

h1 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 22px;
	margin-top:0px;
}
h2 {
	font-size: 17px;
	color: #000;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	font-weight: normal;
}
h4 {
	font-size: 12px;
	line-height:12px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	font-weight: normal;
}
a:link, a:visited {
	color: #000;
}
a:hover {
	text-decoration:underline;
	color:#000;
}

/*----MARTHA TEARSHEET-----------------*/

#MSTS {
	color: #666;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-align: left;
	width: 680px;
	margin: 0 auto;
	position: absolute;
	padding: 0;
}

#MSTS .wrap {
	width: 680px;
	float: left;
	color: #000;
	border-bottom: 1px #000 solid;
	padding: 0;
}

#MSTS .title {
	top: 200px;
	left: 0px;
	text-align: left;
	position: absolute;
	float: left;
	vertical-align: bottom;
	color: #000;
	padding: 0px;
	overflow: wrap;
}
#MSTS .dimensions {
	top: 620px;
	left: 0px;
	text-align: left;
	width: 280px;
	float: left;
	color: #000;
	position: absolute;
	padding: 0;
}
#MSTS .notes {
	top: 620px;
	left: 270px;
	text-align: left;
	width: 380px;
	color: #000;
	padding: 0;
	position: absolute;
	overflow: wrap;
}

#MSTS .image {
	float: right;
	position: relative;
	padding: 0;
}

#MSTS .image img {
	max-width: 440px;
}

#MSTS .footer {
	top: 900px;
	left: 0px;
	text-align: left;
	color: #000;
	position: absolute;
	padding: 0;
	font-size: 9px;
}
