@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}
body {
	font: 85% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #6F6F6F;
	background-color: #FCFCFC;
	background-image: url(../assets/body_bg_links.jpg);
	background-repeat: repeat-x;
}
h1 {
	color: #F33529;
	font-size: 125%;
	line-height: 100%;
	padding-bottom: 12px;
}
h1 .grijs {
	color: #6F6F71;
}

h2 {
	color: #F33529;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 110%;
}
h4 {
	color: #F33529;
	margin-bottom: 10px;
	font-size: 112%;
}

p {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
}
ul {
	margin-left: 15px;
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: square;
}
li {
	margin-bottom: 4px;

}

a {
	color: #F33529;
	text-decoration: underline;
}

a:hover {
	color: #7D0000;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {

}
input, textarea {
	border: 1px solid #A0A6B4;
	background-color: #F3F3F3;
	font-size: 100%;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
input[type="submit"] {
	background-color: #A0A6B4;
	border-color: #A0A6B4;
	color: #000;
}
input[type="checkbox"] {
	padding: 0px;
	border: none;
}
