body, td, h1, h2, h3, h4, h5, h6, p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #0E7DC0;
  margin-bottom:10px;
}
h2 {
  font-size: 14px;
	font-weight: bold;
	color: #0E7DC0;
}
h3 {
  font-size: 11px;
	font-weight: bold;
	color: #0E7DC0;
}

a:link, a:active, a:visited, a:hover {
	color: #CC0000; 
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

hr {
  height: 1px;
  color: #92D0F7;
  clear: both;
}

ul {
  margin: 0px;
}
ul li {
  list-style: none;
  margin-left: 0px;
  margin-right: 10px;
  float: left;
  font-size: 10px;
  white-space: nowrap;
}
ul li.selected a {
  font-weight: bold;
}

ul.navigatie {

}
ul.paginas {
  clear: left;
  margin-top: 4px;
  border-top: 1px solid #81A6D7;
}
