/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: #4a4847;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: normal;
	background-color: white;
}

table
{
	font-family: Verdana, Arial, Arial;
	font-size: 10pt;
	color: #4a4847;
}

.table2
{
	font-size: 10pt;
	color: black;
	font-family: Verdana, Arial, Arial;
	background-color: silver;
}

.footer
{
	font-family: Verdana, Arial, Arial;
	font-size: 7pt;
	color: #4a4847;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    color: #4a4847;
}
H1
{
	font-weight: bold;
	font-size: 18pt;
	color: #4a4847;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Arial, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H2	{	
	font-family: Verdana, Arial, Arial, sans-serif;
	font-size:	16px;
	font-weight: bold;
	color: #4a4847;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Arial, sans-serif;
	font-size:	14px;
	font-weight: bold;
	color: #4a4847;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Arial, sans-serif;
	font-size:	12px;
	font-weight: bold;
	color: #4a4847;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Arial, sans-serif;
	font-size:	10px;
	font-weight: bold;
	color: #4a4847;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6
{
	font-weight: bold;
	font-size: 8px;
	font-weight: bold;
	color: #4a4847;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Arial, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
TFOOT, THEAD	{	
	font-size:	1px;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Arial, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1px;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Arial, sans-serif;
	}	


A:link
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	text-decoration: none;
}	
		
A:visited
{
	font-weight: bold;
	color: black;
	text-decoration: none;
	font-size: 8pt;
}	
		
A:active	{	
	text-decoration:	none;
	color: #4a4847;
	font-size: 8pt;
	}	
		
A:hover
{
	font-size: 8pt;
	color: #6E6E6E;
	text-decoration: none;
}
	
SMALL	{	
	font-size:	.7px;
	}	

BIG	{	
	font-size:	1.17px;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
.cell-border-left
{
	border-left: #a9a9a9 3px solid;
}

.cell-border-right
	{ BORDER-RIGHT: #a9a9a9 3px solid }

.cell-border-bottom
	{ BORDER-BOTTOM: #a9a9a9 3px solid }
	
.cell-border-bottom-left-right
{ 
	BORDER-RIGHT: #a9a9a9 3px solid;
	BORDER-LEFT: #a9a9a9 3px solid; BORDER-BOTTOM: #a9a9a9 3px solid
}

.cell-border-left-right
{
	BORDER-RIGHT: #a9a9a9 3px solid;
	BORDER-LEFT: #a9a9a9 3px solid
}

.cell-border-top-right
{
	BORDER-RIGHT: #a9a9a9 3px solid;
	BORDER-TOP: #a9a9a9 3px solid;
}

.cell-border-top-left-right
{
	BORDER-RIGHT: #a9a9a9 3px solid;
	BORDER-TOP: #a9a9a9 3px solid;
	BORDER-LEFT: #a9a9a9 3px solid
}

.cell-border-top
	{ BORDER-TOP: #a9a9a9 3px solid }	
	
.cell-border-bottom-left-top
{
	border-top: #a9a9a9 3px solid;
	border-left: #a9a9a9 3px solid;
	border-bottom: #a9a9a9 3px solid;
}

.cell-border-left-top
{
	border-top: #a9a9a9 3px solid;
	border-left: #a9a9a9 3px solid;
}		

.cell-border-bottom-right-top
{
	border-right: #a9a9a9 3px solid;
	border-top: #a9a9a9 3px solid;
	border-bottom: #a9a9a9 3px solid;
}	

.cell-border-bottom-left
{
	border-left: #a9a9a9 3px solid;
	border-bottom: #a9a9a9 3px solid;
}	

.cell-border-bottom-right
{
	border-right: #a9a9a9 3px solid;
	border-bottom: #a9a9a9 3px solid;
}	
.Verbergen
{
    display: none;
}
a:.NietOnderlijnen:link
{
    color: #000000; text-decoration: none; font-weight:bold
}
a:.NietOnderlijnen:visited
{
    color: #000000; text-decoration: none; font-weight:bold
}
a:.NietOnderlijnen:active
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;    
}
a:.NietOnderlijnen:hover
{
    font-family: Verdana;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 11pt;
}
a:.NietOnderlijnen2:link
{
    color: #FFFFFF; text-decoration: none; font-weight:bold
}
a:.NietOnderlijnen2:visited
{
    color: #FFFFFF; text-decoration: none; font-weight:bold
}
a:.NietOnderlijnen2:active
{
    color: #FFFFFF; text-decoration: none; font-weight:bold
}
a:.NietOnderlijnen2:hover
{
    font-family: Verdana; font-size: 11pt; color: #FFFFFF; text-decoration: none; font-weight:bold
}
a:.Hoofd:hover
{
    background-image: url(images/oogFooter.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-position: center bottom;
}
.oogfooter_bg
{
    background-image: url(images/oogFooter_bg.gif);
}
