body{
	background-color: white;
	color: black;
	font-family: Arial;
	font-size: 12px;
	margin:0px 0px 0px 0px;
}

.title
{
	font-weight: bold;
	font-size: 18px;
	color: #483d8b;
	background-color: transparent;
}

.itemtitle
{
	font-weight: bold;
	font-size: 14px;
	color: #483d8b;
	background-color: transparent;
}

.col
{
	width: 150px;
	height: 100%;
	padding: 3px 3px 3px 3px;
}

table,td,input,select
{
	font-size:12px;
	font-family: Arial;
}

div.page
{
	width: 100%;
	border: solid 0px black;
	padding: 10px 10px 10px 10px;
}

.subcat
{
	background-color: #F7F7F7;
	width: 105px;
	height: 100%;
	border: solid 1px #336699;
	padding: 4px 4px 4px 4px;
	text-align: center;
}

input.gen
{
	background-color: Whitesmoke;
	color: #5c5c5c;
	border: 1px solid #5c5c5c;
	cursor:hand;
	font-weight:bold;
}

.form
{
	background-color:#F5F9FB;
	border: 1px solid Gray;
	width: 190px;
}

.dropdownquantity
{
	background-color: white;
}

hr.gen
{
	width: 100%;
	color: darkgray;
	height: 1px;
	border-style: solid;
}

table.topmenu
{
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	width: 100%;
	height: 20px;
	text-align: center;
}

.box
{
	BORDER: #878787 1px solid;
	PADDING: 4px;
	WIDTH: 100%;
	BACKGROUND-COLOR: White;
	color: #0066CC;
}	 

a
{
	font-weight: bold;
}

.nonedisplay{
display:none;
font-size:1px;
color:white;
}

a:link	  {color: #0066CC;background-color:transparent;text-decoration: none;}
a:visited {color: #0066CC;background-color:transparent;text-decoration: none;}
a:hover   {color: red;background-color:transparent;text-decoration:none;}
a:active  {color: red;background-color:transparent;text-decoration: none;}

a.menu:link	  {color: #494949;background-color:transparent;text-decoration: none;}
a.menu:visited {color: #494949;background-color:transparent;text-decoration: none;}
a.menu:hover   {color: #8c8c8c;background-color:transparent;text-decoration:none;}
a.menu:active  {color: #8c8c8c;background-color:transparent;text-decoration: none;}

a.dvl:link {color: beige;background-color: transparent;text-decoration: none;}
a.dvl:visited {color: beige;background-color:transparent;text-decoration: none;}
a.dvl:hover {color: #660066;background-color: transparent;text-decoration: underline;}
a.dvl:active  {color: #660066;background-color:transparent;text-decoration: none;}
