body,td,input,select,textarea {
	color: #333399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333399;
	font-size: 18px;
}
h2 {
	color: #333399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333366;

}
a:link {
	color:#333399;
	text-decoration:none;
	font-weight: bold;
}
a:visited {
	color:#333399;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color:#333399;
	text-decoration:underline;
	cursor:hand;
	font-weight: bold;
}
a:active {
	color:#333399;
	text-decoration:none;
	font-weight: bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333399;
	text-decoration: none;
}
a.intronet {
	color: #A9A9CB;
	font-family: verdana;
	font-size: 10px;
}
a.intronet:hover {
	color: rgb(254, 146, 27);
	font-size: 10px;
	text-decoration: none;
}
table.producten td {
  padding: 0px 10px;
}
table.producten th {
  padding: 0px 10px;
}
th {
  background-color: #339;
  color: #FFF;
}
input.button {
  background-color: #339;
  border: 0px;
  color: #FFF;
  font-weight: bold;
}
input.ncol {
  background-color: #339;
  border: 0px;
  color: #FFF;
  font-weight: bold;
}
input.text,select {
  background-color: #FFF;
  border: 1px solid #339;
  color: #339;
  padding: 0px 1px;
}
td.ncolinput input {
  background-color: #FFF;
  border: 1px solid #339;
  color: #339;
  padding: 0px 1px;
}