﻿/* Styles for Tables */

#prodtable1-main {
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 100%;
}
#prodtable1-tl {
	font-weight: bold;
	color: black;
	border-left-style: none;
	border-right: 1.5pt solid black;
	border-top-style: none;
	border-bottom: 1.5pt solid black;
	background-color: white;
}
#prodtable1-left {
	font-weight: bold;
	color: black;
	border-left-style: none;
	border-right: 1.5pt solid black;
	border-top-style: none;
	border-bottom-style: none;
	background-color: white;
	width: 450px;
}
#prodtable1-top {
	font-weight: bold;
	color: black;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom: 1.5pt solid black;
	background-color: white;
	width: 179px;
}
#prodtable1-right {
	font-weight: bold;
	color: black;
	border-left: .75pt solid black;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	background-color: white;
	width: 133px;
}
#prodtable1-even {
	font-weight: normal;
	color: black;
	border-style: none;
	background-color: white;
	width: 179px;
}
#prodtable1-tr {
	font-weight: bold;
	color: black;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom: 1.5pt solid black;
	background-color: white;
}

