@import url("custom.css");

/* Herdefinieren html tags */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003399;
	background-color:#C8C8C8;
	margin:0px;
}
p {
	margin-top:0em;
	margin-bottom:1em;
}
td {
	vertical-align:top;
}
a {
	color:#003399;
	text-decoration:underline;
}
a:hover {
	color:#FF3300;
	text-decoration:underline;
}
img {
	border:none;
}
hr {
	border:none; 
	border-bottom:1px solid #A6B8DB;
	height:0px;
}

ul {
	margin:0px;
	padding:0px;
}
ul li{
	margin-left:15px;
	padding-left:0px;
	list-style-type:square;
}
h1 {
	font-size:18px;
	margin:15px 0 15px 15px;
	font-weight:normal;
	color:#FF3300;
	letter-spacing:0.05em;
	width:530px;
}
h2 {
	font-size:15px;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
	color:#003399;
}
h3 {
	color:#FF3300;
	font-size:12px;
	margin:0px 0 3px 0;
	font-weight:normal;
}
h4 {
	color:#003399;
	font-size:12px;
	margin:0 0 5px 0;
	font-weight:bold;
}
h5 {
	color:#7F99CC;
	font-size:12px;
	margin:10px 0 0 0;
	font-weight:normal;
}
h6 {
	font-size:11px;
	margin:0px;
	font-weight:normal;
	color:#003399;
}
form {
	margin:0px;
	padding:0px;
}
select {
	font-family:Arial, Helvetica, sans-serif;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Generieke elementen */
.clear {
	clear:both;
	font-size:1px;
	line-height:0px;
	height:0px;
}


