/* Header */
div.header
	{
	width: 970px;
	height: 325px;
	}
/* Navigation */
div.nav
	{
	text-align: left;
	font-family: arial;
	font-size: 90%;
	list-style-type: disc;
	float: left;
	width: 165px;
	line-height: 150%;
	}
ul.lvl1
	{
	position: relative;
	left: -20px;
	}
ul.lvl2
	{
	position: relative;
	left: -30px;
	font-size: 90%;
	}
/* Main Body */
div.main
	{
	text-align: left;
	font-family: arial;
	width: 800px;
	margin-left: 170px;
	}
table.steel
	{
	border: 1px solid grey;
	background-color: #0066CC;
	}
table.stainless_steel
	{
	border: 1px solid grey;
	background-color: #FFFF00;
	}
table.cast_iron
	{
	border: 1px solid grey;
	background-color: #FF0000;
	}
.border
	{
	border: 1px solid white;
	border-spacing: 0px;
	}
dt
	{
	font-weight: bold;
	font-family: arial;
	}
dd
	{
	font-family: arial;
	font-size: 90%;
	}
th
	{
	font-size: 95%;
	text-align: center;
	}
td.material
	{
	width: 50px;
	}
td.category
	{
	width: 50px;
	}
td.iso
	{
	width: 70px;
	}
th.grade
	{
	width: 150px;
	}
th.iso_range
	{
	width: 100px;
	}
th.grade_desc
	{
	width: 550px;
	}
th.exceller8_grade
	{
	width: 100px;
	}
th.exceller8_iso_range
	{
	width: 100px;
	}
th.exceller8_coating
	{
	width: 100px;
	}
th.exceller8_grade_desc
	{
	width: 500px;
	}
.font90perc
	{
	font-size: 90%;
	text-align: center;
	}
table.whttxt
	{
	border-spacing: 0px;
	empty-cells: hide;
	color: white;
	font-weight: bold;
	}
table.blktxt
	{
	border-spacing: 0px;
	empty-cells: hide;
	font-weight: bold;
	}
td.grade_range
	{
	color: black;
	background-color: white;
	border: 1px solid white;
	}
td.desc
	{
	text-align: left;
	}
td.height2px
	{
	height: 2px;
	}
td.height5px
	{
	height: 5px;
	}
ul.circle
	{
	list-style-type: circle;
	}
td.chpbrkr
	{
	border: 0px;
	}
table.chpbrkr
	{
	border-spacing: 0px;
	border: 1px solid grey;
	}
td.steel_chpbrkr
	{
	border-spacing: 0px;
	border: 1px solid grey;
	background-color: #0066CC;
	width: 75px;
	}
td.stainless_steel_chpbrkr
	{
	border-spacing: 0px;
	border: 1px solid grey;
	background-color: #FFFF00;
	width: 75px;
	}
td.cast_iron_chpbrkr
	{
	border-spacing: 0px;
	border: 1px solid grey;
	background-color: #FF0000;
	width: 75px;
	}
td.w725px
	{
	width: 725px;
	}
td.w35px
	{
	width: 35px;
	}
img.no_border
	{
	border: 0px;
	}
.printwarning
	{
	text-align: center;
	font-size: 80%
	}
/* Footer */
div.footer
	{
	text-align: center;
	font-family: arial;
	font-size: 90%;
	width: 970px;
	}
#siteseal
	{
	display: block;
	width: 132px;
	height: 100%;
	margin: 0 auto;
	}
/* Links */
a.nodec
	{
	text-decoration: none;
	}
a:link {color: #00008B}
a:visited {color: #8B0000}
a:hover {color: #FF0000}
a:active {color: #4682B4}
/* Page Break */
.pagebreakbefore
	{
	page-break-before: always;
	}
.pagebreakafter
	{
	page-break-after: always;
	}