body {
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

.orange {
	font-family:Arial, Helvetica, sans-serif;
	color: #cc8c11
}

.large {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

.klein {
	font-size: 10px;
}

.heelklein {
	font-size: 9px;
	color: #666666;
}

.bold {
	font-weight: bold
}

.italic {
	font-style:italic
}

.greyitalic {
	font-style:italic;
	color: #999999;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #cc8c11;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.bold:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

a.bold:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

a.bold:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #cc8c11;
	text-decoration: none;
	font-size: 11px;
}

a.bold:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

a.boldlarge:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
}

a.boldlarge:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
}

a.boldlarge:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #cc8c11;
	text-decoration: none;
	font-size: 13px;
}

a.boldlarge:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
}

a.white:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}

a.white:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}

a.white:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
}

a.white:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}

a.kleinlink:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}

a.kleinlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}

a.kleinlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc8c11;
	text-decoration: none;
	font-size: 10px;
}

a.kleinlink:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}

.table_left {
	background: url(images/agenda_left.gif)
}

.table_right {
	background: url(images/agenda_right.gif)
}

input.button {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color : #f7b30a;
	border-style: none
}

input.field {
	font-family: Arial, Helvetica, sans-serif;
	border-color: #f7b30a;
	border-style: solid;
	border-width: 1px
}

input {
	font-family: Arial, Helvetica, sans-serif;
	border-color: #f7b30a;
	border-style: solid;
	border-width: 1px
}

.logo {
	background-image: url(images/bg_kassei.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border:1px solid #f7b30a;
}

.datecell {
	padding-left: 5px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
}

form {
	margin: 1px;
}

textarea {
	border-color: #f7b30a;
	border-style: solid;
	border-width: 1px
}

td.oranje {
	background: #f7b30a;
	cursor:hand
}

td.grijs {
	background: #cccccc;
}

td.boven {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #111111;
}

td.rechts {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #111111;
}

td.links {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #111111;
}

td.onder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #111111;
}