
body {
	font-family: Arial;
	font-size: 10px;
	color: Black;
	text-decoration: none;
}

input {
	font-family: Arial;
	font-size: 10px;
	color: Black;
	text-decoration: none;
	border: thin solid Gray;
	background: White;
}

select {
	font-family: Arial;
	font-size: 10px;
	color: Black;
	text-decoration: none;
	border: thin solid Gray;
	background: White;
	border-bottom: dotted;
}

a {
   color: Black;
   text-decoration: none;
}

a:hover {
   color: Gray;
   text-decoration: none;
}

a.topmenu {
   color: Black;
	font-size: 12px;
	font-weight: bold;
   text-decoration: none;
}
a.topmenu:hover {
   color: Gray;
	font-size: 12px;
   text-decoration: none;
}

td {
	font-family: Arial;
	font-size: 11px;
	color: Black;
	text-decoration: none;
}

td.form_text {
	font-family: Arial;
	font-size: 10px;
	color: Black;
	text-decoration: none;
}

td.caption {
	font-family: Arial;
	font-size: 14px;
	color: Black;
	font-weight: bold;
	text-decoration: none;
}



td.accpricelistheader {
	background-color: Gray;
	color: White;
	font-weight: bold;
	border: 1 solid Black;
}

td.accpricelistdata {
	color: Black;
	border: 1 solid Gray;
}
