BODY {
	margin: 0 0 0 5%;
	background: white;
}
BODY, INPUT, SELECT, TEXTAREA, BUTTON, TD, TH, BLOCKQUOTE {
	font: 10pt Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: black;
}
H1, H2, H3, H4, H5, H6 {
	color: black;
	font-weight: bold;
}
H1 {
	margin: 0;
	font-size: 16pt;
}
H2 {
	margin: 1em 0 0 0;
	font-size: 12pt;
}
H3, H4, H5, H6 {
	margin: 1em 0 .5em 0;
	font-size: 11pt;
}
UL {
	margin: 1em 0 0 2em;
	padding: 0;
	list-style-type: disc;
}
OL {
	margin: 1em 0 0 3em;
	padding: 0;
}
A {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid lightgrey;
}
IMG {
	margin: 1em 0 0 0;
}
ADDRESS {
	margin: 1em 0 0 0;
	font-style: normal;
	line-height: normal;
}
TH,
TD {
	line-height: 1.25em;
}

.clear { overflow: visible !important; }

/* =specific styles
-------------------------------------------------- */
#header {
	border-bottom: 1px solid gray;
	margin-bottom: 1em;
	padding: 1em 0;
}
#logo {
	margin: 0;
}
#logo A {
	border: none;
}
DIV.info {
	font-weight: bold;
}
DIV.img-box A {
	border: none;
}
DIV.img-box DIV.small IMG {
	margin: .5em .5em 0 0;
}

/* =tables
-------------------------------------------------- */
TABLE.data,
TABLE.spec,
TABLE.txtform {
	border: 1px solid lightgrey;
}
TABLE.data TH,
TABLE.data TD,
TABLE.spec TH,
TABLE.spec TD,
TABLE.txtform TH,
TABLE.txtform TD {
	padding: .2em .6em;
	border: 1px solid lightgrey;
}
TABLE.data A,
TABLE.spec A,
TABLE.txtform A {
	border: none;
}
TABLE.data IMG,
TABLE.spec IMG,
TABLE.txtform IMG {
	margin: 0 .25em;
	vertical-align: middle;
}
TABLE.data TH,
TABLE.spec TH,
TABLE.txtform TH {
	font-weight: bold;
}

/* =do not show
-------------------------------------------------- */
#topbar,
#banners,
#location,
#nav,
#tools,
#sidebar,
#path,
#pagetools,
#sendtofriend,
#links,
DIV.info A,
DIV.info SPAN,
DIV.info STRONG,
#bronn,
#similar,
#lists,
#footer,
DIV.contact P.more,
DIV.contact DIV.col2 DIV.img {
	display: none;
}
