body {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	background: #FFFFFF;
	margin: 0px;
}

a, a:visited, a:active {
	color: #2E9FFC;
	text-decoration: underline;
	font-size: 12px;
}
a:hover {
    color: #AA1C2A; 
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	color: #183B79;
	text-decoration: none;
	display: inline;
}

H1 {
	font-size: 18px;
}
H2 {
	font-size: 17px;
}
H3 {
	font-size: 16px;
}
H4 {
	font-size: 15px;
}
H5 {
	font-size: 13px;
	color: #8FAFFF;
}

img {
	border: 0px;
}
hr {
	border-left:0px none; border-right:0px none; border-bottom:0px none; height: 0;
	border-top: #015A9C solid;
}

.lijst
{
	border: 1px solid #015A9C;
}
.lijst td
{
	padding: 2px;
	padding-left: 3px;
}

.lijst.oneven
{
	background-color: #d4e5ec;
}

.lijst.even
{
	background-color: #FFFFFF;
}

.lijst th
{
	background-image: url('images/th.jpg');
}

th {	
  	text-align: left;
  	color: #FFFFFF;
  	background-color: #015A9C;
  	padding: 2px;
	padding-left: 3px;
    	font-weight: bold;
}

