BODY {
	background: white;
	color: White;
	text-align: justify;
	font-family: "Book Antiqua";
	font-size: 14px;
}

TD {
	background: white;
	color: black;
	font-family: "Book Antiqua";
	font-size: small;
	text-align: left;
}

TABLE.specs {
	border-collapse: separate;
	border: 2px solid Gray;
	width: 800px;
}

TABLE.instList {
	border-collapse: collapse;
	border: 1px solid #2896FF;
	width: 800px;
}


td.nav {
	width: 20%;
	margin-left: 8px;
	vertical-align: top;
	margin-right: 8px;
}

td.top {
	width: 80%;
	text-align: center;
	height: 200px;
}

td.content {
	width: 80%;
	font-family: inherit;
}

td.footer {
	width: 80%;
	text-align: center;
}

TD.keyHdr {
	width: 30%;
	vertical-align: middle;
	background: #BDDFFF;
	font-family: "Book Antiqua";
	font-size: medium;
	padding: 10px;
}
TD.keyContent {
	width: 70%;
	vertical-align: top;
	background: #E0E0E0;
	font-family: "Book Antiqua";
	font-size: small;
	font-style: italic;
	padding: 10px;
}

td.instrument {
	width: 55%;
	vertical-align: top;
	background: White;
	font-family: "Book Antiqua";
	font-size: small;
	padding: 3px;
	border-bottom-color: #8CC7FF;
	border-bottom-width: 1px;
	border-collapse: separate;
	border-bottom-style: solid;
}

td.imgDisplay {
	width: 45%;
	vertical-align: top;
	background: White;
	font-family: "Book Antiqua";
	font-size: xx-small;
	text-align: center;
	border-bottom-color: #8CC7FF;
	border-bottom-width: 1px;
	border-collapse: separate;
	border-bottom-style: solid;
}

td.instrument1 {
	width: 55%;
	vertical-align: top;
	background: #DBDBDB;
	font-family: "Book Antiqua";
	font-size: small;
	padding: 3px;
	border-bottom-color: #8CC7FF;
	border-bottom-width: 1px;
	border-collapse: separate;
	border-bottom-style: solid;
}

td.imgDisplay1 {
	width: 45%;
	vertical-align: top;
	background: #DBDBDB;
	font-family: "Book Antiqua";
	font-size: xx-small;
	text-align: center;
	border-bottom-color: #8CC7FF;
	border-bottom-width: 1px;
	border-collapse: separate;
	border-bottom-style: solid;
}

td.accessories {
	width: 100%;
	vertical-align: top;
	background: White;
	font-family: "Book Antiqua";
	font-size: small;
	padding: 3px;
	border-bottom-color: #8CC7FF;
	border-bottom-width: 1px;
	border-collapse: separate;
	border-bottom-style: solid;
}

algnCenter {
	text-align: center;
	padding-left: 30px;
	text-indent: 20%;
}

td.accessories1 {
	width: 100%;
	vertical-align: top;
	background: #DBDBDB;
	font-family: "Book Antiqua";
	font-size: small;
	padding: 3px;
	border-bottom-color: #8CC7FF;
	border-bottom-width: 1px;
	border-collapse: separate;
	border-bottom-style: solid;
}

H1 {
	font-size: 14pt;
	color: #000;
	margin:0px;padding:0px 0px 20px 0px;
}


H2 {
	font-size: large;
	color: #FF1A1A;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

H3 {
	font-size: 12pt;
	color: Black;
	font-weight: bold;
	margin:0px;padding:0px 0px 20px 0px;
}

H4 {
	font-size: 12pt;
	color: Black;
	font-weight: bold;
	margin:0px;padding:0px 0px 5px 0px;
}

A {
	text-decoration: underline;
	color: blue;
}

A:Hover {
	text-decoration: underline;
	color: #B90000;
}

A.section {
	text-decoration: underline;
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}

A.footer {
	text-decoration: underline;
	color: Navy;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}

img {
}
img.nav {
	margin-bottom: 3px;
}

img.inst {
	border: 1px dashed Teal;
}
HR {
	color: #69B9D1;
	height: 1pt;
}

li {
	font-family: "Book Antiqua";
	font-size: small;
	font-style: normal;
	list-style-type: disc;
	margin-bottom: 5px;
}
