h1 {
	font-family: arial, helvetica;
	font-size: 18px;
	color: #333333;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
h2.blueblock {
	background-color: #0099CC;
	color: white;
	padding: 8px 3px;
}
h2.blueblock a {
	color: white;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

h4, h5, h6 {
	font-weight: bold;
	font-size: 11px;
	color: #333333;
}

.red,
.red a {
	color: #CC0000;
}
.blue,
.blue a {
	color: #0099CC;
}
.grey,
.grey a {
	color: #666666;
}

.green,
.green a {
	color: #00CC00;
}

table.huisstijl th,
table.huisstijl tr.first td {
	background-color: #0099CC;
	color: white;
	font-weight: bold;
}
table.huisstijl td {
	padding: 2px;
	border: 1px solid #666666;
	background-color: white;
}
table.huisstijl td.even {
	background-color: #EEEEEE;
}

input.text {
	border: 1px solid #7FD4EA;
}
textarea {
	border: 1px solid #7FD4EA;
}
fieldset {
	border: 1px solid #7FD4EA;
}
input.button, input.submit {
	color: white;
	font-weight: bold;
	background-color: #0099CC;
}

a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}

a img {
	border: 0px;
}
#content table.blueish {
	margin: 0px 0px 0px -13px;
}
table.blueish td {
	padding: 0px 15px;
}
table.blueish h2.blue {
	margin-top: -2px;
}
td.blue_right {
	border-right: 1px solid #7FD4EA;
}
td.blue_bottom {
	border-bottom: 1px solid #7FD4EA;
}
td.blue_top {
	border-top: 1px solid #7FD4EA;
}
h1.blue_bottom {
	color: #0099CC;
	border-bottom: 1px solid #7FD4EA;
}
p.blue_bottom {
	padding-bottom: 10px;
	border-bottom: 1px solid #7FD4EA;
	margin-bottom: 10px;
}
#content p {
	font-size: 12px;
	line-height: 18px;
}
p.small, #content p.small {
	font-size: 11px;
}
p.grey_small, #content p.grey_small {
	font-size: 11px;
	color: #666666;
}
p.grey_small a {
	color: #666666;
}
ul {
	margin-left: 15px;
	padding-left: 0px;
}
ul li {
	margin-left: 0px;
	padding-left: 0px;
}
ul.klein {
	font-size: 11px;
}
table h3 {
	margin-top: 0px;
}

