.hoofdtabel {
	margin: 0px;
	font-family: Calibri;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.contenttabel {
	font-family: Calibri;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

.extratabel {
	font-size: 14px;
	border: 0px none #CCCCCC;
	padding: 3px;
}

.koptabel {
	margin: 0px;
	padding: 0px;
}

.intabel {
	margin: 0px;
	border: 1px none #CCCCCC;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-family: Calibri;
	font-size: 13px;
	color: #000000;
}

.lowText {
	text-decoration: none;
	color: #000000;
	font-family: Calibri;
	font-size: 13px;
	font-weight: Bold;
}
.highText {
	color: #FFFFFF;
	font-family: Calibri;
	font-size: 13px;
	font-weight: bold;
}
.itemBorder { 
 border: 1px solid #000000
}
.itemBorderBlank { 
 border: 1px solid #CCCCCC
}

/* Delete these "button" styles if you're not using them */

.buttonText {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
}
.buttonHover { 
 text-decoration: none; 
 color: #000000; padding: 1px 
; font-family: Calibri; font-size: 16px; font-weight: bold
}
.buttonBorder { 
 border: 1px #000000 outset
}
.buttonBorderOver { 
 border: 1px #333333 inset
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #EBEBEB;
border-bottom-width: 6px;
width: 435px; /*width of featured content slider*/
height: 250px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 435px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 427px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #EBEBEB;
padding: 3px 5px;
font-family: Calibri;
font-size: 13px;
font-weight: bold;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: #EBEBEB;
font-family: Calibri;
font-size: 13px;
font-weight: bold;
}

.pagination a:hover, .pagination a.selected{
color: #000;
font-family: Calibri;
font-size: 13px;
font-weight: bold;
background-color: white;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
.menutabel {
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-family: Calibri;
	font-size: 14px;
	border-top: 0px dotted #CCCCCC;
	border-right: 0px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 0px dotted #CCCCCC;
}
a:hover {
	color: #AF1E2D;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
