a {
  color: #1764A9;
  text-decoration: none;
}
a:link {
  color: #1764A9;
  text-decoration: none;
}
a:visited {
  color: #1764A9;
  text-decoration: none;
}
a:hover {
  color: #1764A9;
  text-decoration: none;
}
a:active {
  color: #1764A9;
  text-decoration: none;
}
a.name {
  color: #2C4389;
  text-decoration: none;
}

body {
  background-image: url(images/bg2.png);
  background-repeat: repeat;
  background-color: #FFFFFF;
  margin: 0px;
  font-family: Verdana;
  font-size: 11px;
  color: #1764A9;
}
td {
  font-family: Verdana;
  font-size: 11px;
  color: #1764A9;
}
.content {
  font-family: Verdana;
  font-size: 12px;
  color: #2C4389;
  line-height: 19px;
  letter-spacing: 0.7px;
}
.submenu {
  background-color: #F2FBFD;
  padding: 20px;
  border-left: 1px solid #2C4389;
  border-bottom: 1px solid #2C4389;
  border-right: 1px solid #2C4389;
  font-family: Verdana;
  font-size: 12px;
  color: #2C4389;
  line-height: 19px;
}
.facts {
  background-color: #F2FBFD;
  padding: 20px;
  border-top: 1px solid #82D3ED;
  border-bottom: 1px solid #82D3ED;
  font-family: Verdana;
  font-size: 12px;
  color: #2C4389;
  line-height: 26px;
  letter-spacing: 0.7px;
}
.reacties {
  background-color: #F2FBFD;
  padding: 20px;
  border-top: 1px solid #82D3ED;
  border-bottom: 1px solid #82D3ED;
  font-family: Verdana;
  font-size: 12px;
  color: #2C4389;
  line-height: 16px;
  letter-spacing: 0.7px;
}
/* FORMS */
input {
	border:1px solid #2C4389;
	font-family: Verdana;
	font-size: 11px;
    color: #2C4389;
}
.form {
	border:1px solid #2C4389;
	font-family: Verdana;
	font-size: 11px;
    color: #2C4389;
}
.submit {
	border:1px solid #FFFFFF;
	background-color:#2C4389;
	font-family: Verdana;
	font-size: 11px;
    color: #FFFFFF;
}
/* / FORMS */

