body, table, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	scrollbar-3dlight-color:#E1E2E3;
 	scrollbar-track-color:#dfe0e0;
 	scrollbar-highlight-color:#f8f8f8;
 	scrollbar-shadow-color:#f8f8f8;
 	scrollbar-arrow-color:#c2c2c2;
 	scrollbar-face-color:#f8f8f8;
 	scrollbar-darkcolor-color:#0087b6;
 	scrollbar-darkshadow-color:#E1E2E3;
}
.backgroundDegra {
	background-color: f8f8f8;
	background-image: url(../images/background_content.jpg);
	background-repeat: no-repeat;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #322e2f;
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #2160a0;
	font-size: 11px;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a2a2a2;
	font-weight: normal;
}

.titelBold {
	font-family: Arial, Helvetica, sans-serif;
	color: #322e2f;
	font-size: 14px;
	font-weight: bold;
}
.textBleu {
	font-family: Arial, Helvetica, sans-serif;
	color: #2160a0;
	font-size: 11px;
	font-weight: normal;
}
.textBold {
	font-size: 11px;
	font-weight: bold;
}
.textBold_bleu {
	font-family: Arial, Helvetica, sans-serif;
	color: #2160a0;
	font-size: 11px;
	font-weight: bold;
}
.textBold_red {
	font-family: Arial, Helvetica, sans-serif;
	color: #c21400;
	font-size: 11px;
	font-weight: bold;
}

a:link {
	color: #0050a1;
	text-decoration: underline;
}
a:hover {
	color: #0050a1;
	text-decoration: underline;
}
a:visited {
	color: #0050a1;
	text-decoration: underline;
}
a:active {
	color: #0050a1;
	text-decoration: none;
}
.input100 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
	height: 15px;
	width: 100px;
	background-color: #f8f8f8;
}
.inputX {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7f9db9;
	border-right-color: #7f9db9;
	border-bottom-color: #7f9db9;
	border-left-color: #7f9db9;
	background-color: #ffffff;
}
.knop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
	height: 22px;
}

.input150 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
	height: 15px;
	width: 150px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #747474;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #747474;
	background-image: url(../images/home_emailBackground.gif);
}

li {
	list-style-image: url(../images/bullet.gif);
}
ul {
	list-style-image: url(../images/bullet.gif);
}

.tabel {
background-color: #FFFFFF;
margin: 0px;
padding: 0px;
border: 1px solid #c2c2c2;
border-collapse:collapse;
}
.tabel td{
background-color: #FFFFFF;
margin: 0px;
padding: 0px;
border: 1px solid #c2c2c2;
}
.tabel .tdGrijs{
background-color: #e8e8e8;
margin: 0px;
padding: 0px;
border: 1px solid #c2c2c2;
}

.navigatie a {
	color: #585858;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.navigatie a:link {
	color: #585858;
	text-decoration: none;
}
.navigatie a:visited {
	color: #585858;
	text-decoration: none;
}
.navigatie a:hover {
	color: #c21400;
	text-decoration: none;	
}

.kleingrijs {
	font-size: 9px;
	color: #a2a2a2;
	text-decoration: none;
}
.kleingrijs a:link {
	font-size: 9px;
	color: #a2a2a2;
	text-decoration: none;
}
.kleingrijs a:visited {
	font-size: 9px;
	color: #a2a2a2;
	text-decoration: none;
}
.kleingrijs a:hover {
	font-size: 9px;
	color: #666666;
	text-decoration: none;	
}
.lichtgrijs {
	font-size: 11px;
	color: #a2a2a2;
	text-decoration: none;
}
.red {
	font-size: 11px;
	color: #c21400;
	text-decoration: none;
}