body {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

td, a, p, input, button, font {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a {
  color: #336699;
  text-decoration: underline;
}

h1 {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #fff;
  margin: 0 0 0 15px;
  /*text-transform: lowercase;*/
  font-weight: normal;
}

h2 {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #666;
  font-weight: normal;
  margin-top: 5px;  
}

h3 {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin-top: 5px;  
}

div.h4 {
  height: 24px;
  background: url(/images/general/h4before.gif) no-repeat top left;
  margin: 0;
  padding: 0;
  width: 100%;
}

h4 {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  font-weight: bold;
  vertical-align: middle;
  background: url(/be-nl/images/general/h4after.gif) no-repeat top right;
  height: 24px;
  line-height: 24px;
  float: left;
  margin: 0 0 0 0;
  white-space: nowrap;
  padding: 0 7px 0 0;
  border: 0;
  position: relative;
  left: 7px;
  text-align:left;
}

ul {
  list-style: square;
  padding-left: 0px;
  margin-left: 15px;
}

li {
  line-height: 14px;
}


/*  FORMS  */

form {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

input {
  border: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  margin: 0;
  padding:2px;
}

textarea {
  border: 1px;
  border-style: solid;
  border-color: #CCCCCC;
}

input.button, input.file {
  background: url(/be-nl/images/general/button.gif) no-repeat top right;
  font-size:11px;
  color: #fff;
  border: none;
  height: 22px;
}

button{
	padding: 2px;
	font-variant: small-caps;
	/* text-transform: uppercase; */
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	min-width: 12px;
}

button img{
	margin: 0px;
}
/* GENERAL */

.indent10{
	margin-left: 10px;
}

.indent20{
	margin-left: 20px;
}

.indent30{
	margin-left: 30px;
}