﻿/* This is a comment */
a:link {
	color: #540808;
	text-decoration: underline;
}
a:visited {
	color: #800080;
	text-decoration: underline;
}
a:active, a:hover {
	text-decoration: underline;
	color: #FF00FF;
}
body {
	margin: 0px;
	font: 14pt Verdana, arial;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
.divcenter {
	text-align: center;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
}
/* turret template image */
.img0 {
	border: 0px;
}
/* turret board image */
.img1 {
	border: 1px #000000 solid;
}
/* lug image */
.img2 {
	border: 0px;
}
.formcatalogenter {
	font: 10pt Verdana;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.tablecenter {
	border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
.table0 {
	padding: 0px;
	border-width: 1px;
	border: 1px solid #808080;
	border-collapse: separate;
	empty-cells: show;
	font: small Verdana;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}
.table1 {
	padding: 0px;
	border-width: 1px;
	border: 1px #000000 solid;
	border-collapse: separate;
	empty-cells: show;
	font: small Verdana;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.tdcenter {
	border-left: 1px outset #BCB9AD;
	border-right: 1px inset #ECE9D8;
	border-top: 1px outset #BCB9AD;
	border-bottom: 1px inset #ECE9D8;
	margin: 1px;
	padding: 1px;
	empty-cells: show;
	text-align: center;
	font: 10pt Verdana;
}
.tdleft {
	border-left: 1px outset #BCB9AD;
	border-right: 1px inset #ECE9D8;
	border-top: 1px outset #BCB9AD;
	border-bottom: 1px inset #ECE9D8;
	margin: 1px;
	padding: 1px;
	empty-cells: show;
	text-align: left;
	font: 10pt Verdana;
}
.tdright {
	border-left: 1px outset #BCB9AD;
	border-right: 1px inset #ECE9D8;
	border-top: 1px outset #BCB9AD;
	border-bottom: 1px inset #ECE9D8;
	margin: 1px;
	padding: 1px;
	empty-cells: show;
	text-align: right;
	font: 10pt Verdana;
}
/* project honeypot */
a.libihi {
	color: #FFF;
	font: bold 10px arial,sans-serif;
	text-decoration: none;
}
/* makes images scale down automatically */
.img5 {
	border-width: 0px;
	max-width: 100%;
	height: auto;
}
/* makes tables scale down automatically */
.table5 {
	border: thin #808080 solid;
	border-collapse: collapse;
	padding: 10px 3px 10px 3px;
	empty-cells: show;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: large;
	font-style: normal;
	background-color: #E5E5E5;
}
.tdleft5 {
	border: thin #808080 solid;
	padding: 10px 3px 10px 3px;
	text-align: left;
}
.tdright5 {
	border: thin #808080 solid;
	padding: 10px 3px 10px 3px;
	text-align: right;
}
.tdcenter5 {
	border: thin #808080 solid;
	padding: 10px 3px 10px 3px;
	text-align: center;
}
/* makes SVG images scale down automatically */
.svg-container {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	vertical-align: middle;
	overflow: hidden;
}
.svg-content {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
