a:link		{ text-decoration : none; color : black; }
a:visited	{ text-decoration : none; color : black; }
a:active	{ text-decoration : none; color : black; }
a:hover		{ text-decoration : underline; color : #626262; }

a:link.menuLink		{ text-decoration : none; font-size:11px; color : white; }
a:visited.menuLink	{ text-decoration : none; font-size:11px; color : white; }
a:active.menuLink	{ text-decoration : none; font-size:11px; color : white; }
a:hover.menuLink	{ text-decoration : underline; font-size:11px; color : white; }

a:link.trHeadLink		{ text-decoration : none; color : #7F9DB9; }
a:visited.trHeadLink	{ text-decoration : none; color : #7F9DB9; }
a:active.trHeadLink		{ text-decoration : none; color : #7F9DB9; }
a:hover.trHeadLink		{ text-decoration : none; color : #336699; }

a:link.white	{ text-decoration : none; color : black; }
a:visited.white	{ text-decoration : none; color : black; }
a:active.white	{ text-decoration : none; color : black; }
a:hover.white	{ text-decoration : none; color : white; }

table.table0
{
	width            : 100%;
	background-color : transparent;
	border-style     : solid;
	border-width     : 0px;
	border-color     : #7F9DB9;
}

table.tableMenu
{
	background-color : transparent;
	border-style     : solid;
	border-width     : 0px;
	border-color     : #7F9DB9;
}

tr.head
{
	background-color : threedface;
	text-align       : center;
	font-weight      : bold;
}

tr.body0
{
	background-color : transparent;
}

tr.body1
{
	background-color : #EEEEEE;
}

tr.onmouseover
{
	background-color : #CCCCCC;
}

td.head
{
	color         : #7F9DB9;
	padding-left  : 5px;
	padding-right : 5px;
}

td.body
{
	padding-left  : 5px;
	padding-right : 5px;
}

td 
{  
	font-family : Arial; 
	font-size   : 11px; 
	color       : black;
}

td.kop
{
	font-weight : bold;
	font-size   : 16px;
}

span.head
{
	color       : #EF902F;
	font-weight : bold;
}

li
{
	font-size : 11px;
}

p 
{  
	font-family : Arial; 
	font-size   : 11px; 
	color       : black;
}

label
{
	cursor : hand;
}

label.radio
{
	cursor            : hand;
	background-color  : transparent;
	border-style      : solid;
	border-color      : #7F9DB9;
	border-width      : 1px;
	border-left-width : 0px;
	padding-top       : 2px;
	padding-right     : 5px;
}

input.radio
{
	border-right-width : 0px;
}

input.radioNoBorder
{
	border-width : 0px;
}

select
{
	font-size        : 10px;
	background-color : transparent;
	border-style     : solid;
	border-width     : 1px;
	border-color     : #7F9DB9;
}

select.quicksearch
{
	font-size        : 10;
	background-color : white;
	border-style     : solid;
	border-width     : 1px;
	border-color     : black;
	width            : 140px;
}

input
{
	background-color : transparent;
	border-style     : solid;
	border-width     : 1px;
	border-color     : #7F9DB9;
}

input.submit
{
	height    : 20px;
	font-size : 10px;
}

input.text
{
	font-size : 15px;
	width     : 175px;
}

input.file
{
	font-size        : 10px;
	height           : 20px;
	width            : 200px;
}

textarea
{
	background-color : transparent;
	border-style     : solid;
	border-color     : #7F9DB9;
	border-width     : 1px;
	
	font-size        : 14px;
	width            : 380px;
	height           : 200px;
}

.hand
{
	cursor : hand;
}

body 
{
	color                 : black;
	font-family           : arial;
	font-size             : 11px;

	background-color      : white;
	background-image      : url();
	background-repeat     : no-repeat;
	background-attachment : fixed;
}

body.menu
{
	margin                : 0px 0px 0px 0px;
	color                 : black;
	font-family           : arial;
	font-size             : 11px;

	background-color      : #BC171D;
	background-image      : url("../images/menu.gif");
	background-repeat     : no-repeat;
	background-attachment : fixed;
}

body.boven
{
	margin                : 0px 0px 0px 0px;
	color                 : black;
	font-family           : arial;
	font-size             : 11px;

	background-color      : white;
	background-image      : url("../images/boven.gif");
	background-repeat     : no-repeat;
	background-attachment : fixed;
}

body.onder
{
	margin                : 0px 0px 0px 0px;
	color                 : black;
	font-family           : arial;
	font-size             : 11px;

	background-color      : #1EA8B6;
	background-image      : url();
	background-repeat     : no-repeat;
	background-attachment : fixed;
}

body.main
{
	color                 : black;
	font-family           : arial;
	font-size             : 11px;

	background-color      : white;
	background-image      : url();
	background-repeat     : no-repeat;
	background-attachment : fixed;
	background-position   : center center;

	scrollbar-3dlight-color    : #BC171D;
	scrollbar-arrow-color      : #FFFFFF;
	scrollbar-base-color       : #BC171D;
	scrollbar-track-color      : #DC6228;
	scrollbar-darkshadow-color : #BC171D;
	scrollbar-face-color       : #BC171D;
	scrollbar-highlight-color  : #BC171D;
	scrollbar-shadow-color     : #BC171D;
}