body, p, ul, ol,li, td, tr {
	font-family: Verdana, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	cursor:default;
}
th {
	background-color:#FF8600;
	background-image: url(/images/node_top.gif);
	background-repeat:no-repeat;
	height:19px;
	color:#ffffff;
	font-weight:bold;
}
a {
	text-decoration:underline;
	color:#E24218;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
	color:#FF8600;
}
a.laatsteActies {
	text-decoration:none;
	color:#E24218;
	font-weight:normal;
}
a.headerLink {
	text-decoration:underline;
	color:#ffffff;
	font-weight:bold;
}
a.headerLink:hover {
	text-decoration:underline;
	color:#ffffff;
	font-weight:bold;
}
h1 {
	font-family: Verdana, Helvetica, sans-serif;
	color:#000000;
	font-size:24px;
	cursor:default;
}

.arrow {
	color:#ff0000;
}	
.footer {
	font-family: Verdana, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
}
a.footer {
	font-family: Verdana, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
}
a.footer:hover {
	font-family: Verdana, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
}
input.text {
	font-family:verdana, arial, helvetica;
	font-size:11px;
	color:#000000;
	border:1px solid #E24218;
}
input.textError {
	background-color:#E24218;
	font-family:verdana, arial, helvetica;
	font-size:11px;
	color:#ffffff;
	border:1px solid #000000;
}
input.button {
	width:118px;
	height:18px;
	background-image:url('../../images/button.gif');
	border-width:0px;
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	color:#ffffff;
	cursor:pointer;
}
textarea.textTA {
	font-family:verdana, arial, helvetica;
	font-size:11px;
	color:#000000;
	border:1px solid #E24218;
}
textarea.textErrorTA {
	background-color:E24218;
	font-family:verdana, arial, helvetica;
	font-size:11px;
	color:#ffffff;
	border:1px solid #000000;
}
select.pulldown {
	font-family:verdana, arial, helvetica;
	font-size:11px;
	color:#000000;
	border:1px solid #E24218;
}
TR.TReven {
	background-color:#dedede;
}
TR.TRodd {
	background-color:#e7e7e7;
}
TR.trHomeEven {
	background-color:#FFFFFF;
}
TR.trHomeOdd {
	background-color:#FFF9DA;
}
.errorMsg {
	font-weight: bold;
	color:#E24218;
}
#errorDiv {
	display:none;
	position:relative;
}
