/* Default CSS Stylesheet for a new Web Application project */
.loesje
{
	border-width: 1;
}
.gastenboekkop {
	background-color: #BD5CF4;	
	color: #ffffff; 
}
.gastenboekbody {
	background-color: #eaeeff;	
	color: #000000; 
}
.tabelkopgeel {
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
	background-color: #ffcc00;	
	font-size:	1em;
	font-weight: 700;
	color: White; 
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}
.tabelkoppaars {
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
	background-color: #BD5CF4;	
	font-size:	1em;
	font-weight: 700;
	color: White; 
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}
.tabelkopgroen {
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
	background-color: #91ce44;	
	font-size:	1em;
	font-weight: 700;
	color: White; 
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}
.tabelkopblauw {
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
	background-color: #3366CC;	
	font-size:	1em;
	font-weight: 700;
	color: White; 
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}
BODY
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
}
H1	{	
    COLOR: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.6em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
    COLOR: #e80808;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.5em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

TD {
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
	FONT-FAMILY: Verdana, sans-serif
	}
.footer 
{
	color:#e80808;

}


A:link	{	
	text-decoration:	none;
	color:	#ff0000;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#ff0000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#ff0000;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#ff0000;
	font-weight:	bold;
	}
	
SMALL	{	
	font-size:	.6em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	

LI	{	
	list-style-type:	disc ;
	}	

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: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-width: 0;
	}

A.footer {
    FONT-SIZE: .8em;
	text-decoration: none;
	color:#ff0000;
	line-height:19px;
	font-weight:normal;
}
A.footer:hover {
	text-decoration: underline;
	color:#ff0000;
	font-weight:	bold;
    FONT-SIZE: .8em;
}
HR {
	color: Black;
	height: 1; 	 
}