* {
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:12px;
}

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}


/* Some patches to remove extra spaces */
h1,h2,h3,h4,h5,h6,h7,form,p,hr {
	margin:0px;
	padding:0px;
}

a {
	outline:none;
	text-decoration:none;
}

hr,.hr {
	display:block;
	height:1px;
	border:0px;
	background-image:url('/domains/mulderobdam.com/images/line_dashed_grey.gif');
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-bottom:10px;
	margin-bottom:10px;
}

a {
	color:#f00;
	text-decoration:none;
}
	a:hover {
		color:#000;
	}

ul,ol {
	margin:0;
	padding:0;
	padding-left:15px;
	margin-top:0px;
	margin-bottom:0px;
}


body,
.content,td {
	font-size:12px;
	line-height:17px;
	color:#666;
}

.title *,h1 {
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	line-height:125%;
	letter-spacing:normal !important;
	color:#000;
}
.title a,h1 a {
	color:#5E010C;
}
.title a:hover,h1 a:hover {
	color:#5E010C;
}

/* default heading styles */
h1,h2,h3,h4,h5,h6 {
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
}
h2 { font-size:13px; line-height:21px; color:#e32119; font-weight:bold; padding:5px 0 5px 0; }

/* Clear all patch */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {display: inline-block;}
