body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.med_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.sml_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.dark_blue{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color:#1072b7;
}
.sml_dark_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#1072b7;
}
.white{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#ffffff;
}
select, input, textarea {
   border-width : 2;
   background:#ebeffd;
}
a.white {
	color:#ffffff;
	text-decoration: none;
	font-size: 12px;
}
a.white:hover {
	color:#cee6f7;
	text-decoration: underline;
	font-size: 12px;
}
a.orange {
	color:#ff6c02;
	text-decoration: none;
	font-size: 12px;
}
a.orange:hover {
	color:#1072b7;
	text-decoration: underline;
	font-size: 12px;
}
a {
	color:#1072b7;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color:#074875;
	text-decoration: underline;
	font-size: 12px;
}

.productname {font-weight:bold; color:#666666}
.categoryname {font-weight:bold; color:#666666}

.bordered {border:thin; border-color:#999999;border-style:solid;text-align:center}

tr.roweven:hover {background:#FFFF99}
tr.rowodd {background:#eaeeff}
tr.rowodd:hover {background:#FFFF99}

td.title {color:#333333; font-weight:bold;}
td.text {color:#666666;}

td.productbox_even {border-color:#CCCCCC;border-style:dashed;border-width:thin;background-color:#cee6f7}
td.productbox_even:hover {border-color:#CCCCCC;border-style:dashed;border-width:thin;background-color:#f8f8ff}
td.productbox_odd {border-color:#CCCCCC;border-style:dashed;border-width:thin;background-color:#fffff0}
td.productbox_odd:hover {border-color:#CCCCCC;border-style:dashed;border-width:thin;background-color:#f8f8ff}

