/* CSS Document */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 12px;
	scrollbar-3dlight-color: #336666;
	scrollbar-arrow-color: Black;
	scrollbar-darkshadow-color: #336666;
	scrollbar-face-color: #336666;
	scrollbar-highlight-color: #C6C6CB;
	scrollbar-shadow-color: White;
	scrollbar-track-color: #C6C6CB;
	background-image: url(images/swc_achtergrond.jpg);
	background-position: right bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
a:link {
	text-decoration: underline;
	color: #000066;
}
a:active {
	text-decoration: underline;
	color: #000066;
}
a:visited {
	text-decoration: underline;
	color: #000066;
}
a:hover {

	color: white;
	background: #000066;
}
/*
.tabletext {
	font-size: x-small;
	color: #000066;
}
*/

a.infoblock:link {
	text-decoration: none;
	color: white;
	font-size: 12px;
}
a.infoblock:active {
	text-decoration: none;
	color: white;
	font-size: 12px;
}
a.infoblock:visited {
	text-decoration: none;
	color: white;
	font-size: 12px;
}
a.infoblock:hover {
	color: #000066;
	background: White;
	font-size: 12px;
}

/* nb font in table moet hetzelfde zijn als font in body */
table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;

}
.txt_white_bold {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	font-weight: bold;
}
.txt_white {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
}
*/
