

.content h1{
	font: bold 19px/24px arial;
	color:#251c5c;
}

.content h2{
	font: bold 16px/24px arial;
	color:#251c5c;
}
	
.content h3{
	font: bold 14px/24px arial;
	color:#251c5c;
}

.content h4, .content h5, .content h6{
	font: bold 12px/24px arial;
	color:#251c5c;
	border-bottom:1px solid #251c5c;
}

.content p.first { /*LET OP: CLASS WORDT GEZET DMV JQUERY IN BEHAVIOURS.JS */
	font-weight:bold;
}

.content p { 
	padding-bottom: 25px;
}

.content a:link,
.content a:visited,
.content a:active{
	color:#251c5c;
	text-decoration: underline;
}

.content th{
	font-weight: bold;
}

.content ul,
.content ol {
	padding-bottom: 25px;
}

.content ul ul,
.content ol ol,
.content ol ul,
.content ul ol {
	padding-bottom: 0px;
}

.content ul li {
	list-style: disc;
	margin-left: 15px;
}

.content ol li {
	list-style: decimal;
	margin-left: 15px;
}

.content ol li ol li{
	list-style: lower-latin;
}


.content blockquote {
	padding-bottom: 25px;
	margin-left: 30px;
}


.content hr{
	border:0;
	background-color:#251c5c;
	height:1px;
	margin:20px 0;
}

.content input.file {
	height:18px;
	line-height:18px;
	border:0;
	background-color:transparent;
	background-image:url(../images/forms/input-file-field.png);
	background-repeat:no-repeat;
	padding:2px 15px 0 5px;
}

.content td {
	line-height: 18px;
}
