/* GENERAL ========================================================================== */		

H1, H1 A, H1 A:hover{
	margin: 1px 0px 8px 0px;
	font-size: 18px;
	font-weight: normal;
	color: #99212B;
	text-indent: 0px;
}

H2, H2 A, H2 A:hover{
	margin: 1px 0px 5px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #99212B;
	text-indent: 0px;
}	

UL{
	list-style-type: disc;
	color: #525252;
	margin: 9px 0px 9px 14px;
	padding: 0px 0px 0px 4px;
}
UL LI{
	color: #525252;
}

A{
	color: #99212B;
	text-decoration: underline;		
}	
A:hover{
	color: #99212B;
	text-decoration: none;
}

A.no_style{
	color: #525252;
	text-decoration: none;		
}	
A.no_style:hover{
	color: #525252;
	text-decoration: none;
}

HR{
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid #99212B;
	margin: 6px 0px 6px 0px;
	clear:left;
}	
html>body HR{		/* FF */
	border-top: 1px solid transparent;
	margin: 11px 0px 11px 0px;	
} 

/* COLOR STYLES ************************************************************************** */

.color1, .color1 A, .color1 A:hover, A.color1, A.color1:hover{ 	color: #99212B;	}	/* red */
.color2, .color2 A, .color2 A:hover, A.color2, A.color2:hover{	color: #F5D23F;	}	/* yellow */


/* IMAGE STYLES ************************************************************************** */				

IMG.border{				
	border: solid 3px #F5D23F;
}	

IMG.float_left, A.float_left, A.float_left:hover{	/* IE bug : do not apply border on A IMG but directly on the A tag */				
	float: left;
	margin: 4px 18px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: solid 3px #F5D23F;
}		
A.float_left:hover{				
	border: solid 3px #99212B;
}	
				
IMG.float_right, A.float_right, A.float_right:hover{ 				
	float: right;
	margin: 4px 0px 10px 18px;
	padding: 0px 0px 0px 0px;
	border: solid 3px #F5D23F;
	clear: both;
}		
A.float_right:hover{				
	border: solid 3px #99212B;
}	
		



/* ARROW STIJLEN ************************************************************************* */				

A.arrow, A.arrow:hover,
A.arrow_back, A.arrow_back:hover
{				
	background-image: url(../Images/arrow_off.gif);
	background-position: left 2px; 
	background-repeat: no-repeat;
	
	float: left;
	diplay: block;
	width: auto;
	line-height: 22px;
	height: 22px;
	
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 23px;
	
	color: #212121;
	font-weight: bold;
	text-decoration: none; 
	white-space: nowrap;
}
					
A.arrow:hover{				
	background-image: url(../Images/arrow_on.gif);
	color: #212121;
}
																
A.arrow_back{				
	background-image: url(../Images/arrow_off_back.gif);
}
A.arrow_back:hover{				
	background-image: url(../Images/arrow_on_back.gif);
	color: #212121;
}	



/* OTHERS *************************************************************************************** */	


