body { font-family: Arial, tahoma, Verdana; background-color: #fff; }

.kop-black { color: #3c3c3c; font-size: 16px; font-weight: bold; line-height: 20px; text-decoration: none; word-spacing: 1px; letter-spacing: 1px; }
.tekst-black { color: #3c3c3c; font-size: 12px; line-height: 17px; text-decoration: none; word-spacing: 1px; letter-spacing: 1px; }
.tekst-grey { color: #a49e8e; font-size: 12px; line-height: 16px; text-decoration: none; word-spacing: 1px; letter-spacing: 1px; }
.tekst-light_grey { color: #d0c9b9; font-size: 12px; line-height: 16px; text-decoration: none; word-spacing: 1px; letter-spacing: 1px; }
.tekst-red { color: #ec1f27; font-size: 12px; line-height: 16px; text-decoration: none; word-spacing: 1px; letter-spacing: 1px; }
.onderschrift-grey { color: #878787; font-size: 10px; line-height: 14px; text-decoration: none; text-indent: 1px; word-spacing: 1px; }
.onderschrift-black { color: #313131; font-size: 10px; line-height: 14px; text-decoration: none; word-spacing: 1px; letter-spacing: 1px; }
/* --- links --- */
a:link { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }

a:hover { color: #f00 ; text-decoration: underline; }

a:active { text-decoration: none; }
a.grey:link { color: #a49e8e; text-decoration: none; }
a.grey:hover { color: #3c3c3c; text-decoration: underline; }
a.grey:active { color: #a49e8e; text-decoration: none; }
a.grey:visited { color: #3c3c3c; text-decoration: none; }
a.red:link { color: #f00; text-decoration: none; }
a.red:hover { color: #3c3c3c; text-decoration: underline; }
a.red:active { color: #f00; text-decoration: none; }
a.red:visited { color: #f00; text-decoration: none; }
/* --- tables --- */
.td-black { color: #fff; font-size: 10px; font-family: tahoma, Verdana, Arial, sans-serif; border-bottom: 2px dotted #d1c8b9; }
.td-press { border-bottom: 1px solid #313131; }
.td-dots-right { border-right: 2px dotted #c1c1c1; outline-color: #fff; }
.td-collection { border-bottom: 1px solid #d7c8b9; }
.td-agents { color: #313131; font-size: 16px; word-spacing: 1px; letter-spacing: 1px; border-bottom: 1px solid #313131; }
/*------- CSS for Indented CSS Tabs. Remove if not using ---------------*/
.indentmenu{ color: #313131; font-size: 14px; text-align: center; width: 920px; /*leave this value as is in most cases*/
}
.indentmenu ul{ width: 460px; float: right; }
.indentmenu ul li{ color: #313131; display: inline; }
.indentmenu ul li a{ color: #313131; /*text color*/
padding: 0 10px; text-decoration: none; /*navy divider between menu items*/
}
.indentmenu ul li a:visited{
color: #878787;
}
.indentmenu ul li a.selected{ color: #f00; }
.tabcontentstyle{  /*style of tab content oontainer*/
 }
.tabcontent{ width: 920px; display:none; }
@media print {
	.tabcontent {
display:block !important;
}
}
