@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
hr {
	background-color: #000000;
	color: #000000;
	border: #000000;
	height: 1px;
}
h1 {
	font-size: 16px;
	color: #000000;
}
.page-header h2 {
	font-size: 16px;
	color: #000000;
    text-decoration: underline;
}
h2 {
	font-size: 14px;
	color: #000000;
}
h3 {
	font-size: 12px;
	color: #000000;
    text-decoration: underline;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #b5152b;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a[href$='.pdf'] {
    background: transparent url(/templates/metalpro/images/icon_pdf.gif) center left no-repeat;
    padding-left: 18px;
    padding-bottom: 2px;
}
a[href$='.zip'] {
    background: transparent url(/templates/metalpro/images/icon_zip.gif) center left no-repeat;
    padding-left: 18px;
    padding-bottom: 2px;
}
table {
    border-collapse: collapse;
    margin-bottom: 12px;
}
table, th, td {
  border: 1px solid black;
  padding: 5px;
}

#print_copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.page-header {
  border-top: 1px solid black;
  padding-top: 10px;
}

#pop-print {
  padding-bottom: 5px;
}

#pop-print a:link {
  color: #b5152b;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  background: url(/templates/metalpro/images/print.gif) center left no-repeat;
  padding-left: 18px;
}

#pop-print a:hover, a:active {
  color: #b5152b;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline dotted;
  text-transform: uppercase;
  background: url(/templates/metalpro/images/print.gif) center left no-repeat;
  padding-left: 18px;
}