.productList1
{
	text-decoration:none;
	color:#000000;
	cursor:pointer;
	background-color:DDDDDD;
	font-size:12px;
	margin-left:3px;
	width:180px;
}

.productList1_hover
{
	text-decoration:none;
	color:#993300;
	cursor:pointer;
	background-color:E6E6E6;
	font-size:12px;
	margin-left:3px;
	width:180px;
}
.productList2
{
	text-decoration:none;
	color:#000000;
	cursor:pointer;
	background-color:EEEEEE;
	font-size:12px;
	margin-left:12px;
	width:171px;
}
.productList2_hover
{
	text-decoration:none;
	color:#993300;
	cursor:pointer;
	background-color:F6F6F6;
	font-size:12px;
	margin-left:12px;
	width:171px;
}

.productRow1
{
	background-color:#FCFCFC;
}

.productRow2
{
	background-color:#F6F6F6;
}

.productRow_hover
{
	background-color:#FFFFCC;
	cursor:default;
}

.productRow_hover2
{
	background-color:#F78181;
	cursor:default;
}

.productRow3
{
	background-color:#FFFF99;
}
.productRow4
{
	background-color:#F72100;
}

.menuth
{
	text-align:center;
	background-color:#BBBBBB;
	border-top:1px solid black;
	border-bottom:1px solid black;
	height:20px;
	font-size:13px;
}

.displayTable th
{
	text-align:left;
	width:500px;
	border-bottom:1px solid black;
	height:50px;
	vertical-align:bottom;
	font-size:14px;
}
.displayTable td
{
	text-align:left;
	padding:5px;
	font-size:14px;
}

.note
{
	background-color:#FFFFCC;
	border:1px solid black;
	padding:4px;
	font-size:12px;
	width:600px;
	vertical-align:middle;
}

.required
{
	color:#FF0000;
}

h1,h2,h3
{
	text-align:left;
}
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
}

.productTable th
{
	text-align:left;
	width:500px;
	border-bottom:1px solid black;
	height:50px;
	vertical-align:bottom;
	font-size:14px;
}
.mail th
{
	vertical-align:bottom;
	font-size:11px;
	text-align:left;
	color:#CDCDCD;
	background-color:#000033;
  font-family:Calibri, Times New Roman;
  font-weight: 900;
}
.productTable td
{
	text-align:left;
	padding:5px;
	font-size:13px;
}

a
{
	color:#993300;
	text-decoration:none;
}
a:hover
{
	color:#000000;
}
