/* GENERAL ========================================================================== */		

H1, H1 A, H1 A:hover{	/* blue large */
	margin: 0px 0px 17px 0px;
	line-height:20px;
	font-size: 20px;
	font-weight: normal;
	color: #003366;
	text-indent: 0px;
}

H2, H2 A, H2 A:hover{	/* blue medium */
	margin: 1px 0px 7px 0px;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #003366;
	text-indent: 0px;
}	

H3, H3 A, H3 A:hover{	/* same as style H2 but in black*/
	margin: 1px 0px 7px 0px;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	text-indent: 0px;
}	

H4, H4 A, H4 A:hover{	/* grey small */
	margin: 1px 0px 18px 0px;
	font-size: 12px;
	font-weight: normal;
	color: #6B6B6B;
	text-indent: 0px;
}	

H5, H5 A, H5 A:hover{	/* grey webcentives points */
	margin: 1px 0px 2px 0px;
	font-size: 40px;
	line-height: 40px;
	height: 40px;
	font-weight: normal;
	color: #eb901b;
	text-indent: 0px;
}	
H6, H6 A, H6 A:hover{	/* grey webcentives points */
	margin: 0px 0px 16px 0px;
	font-size: 15px;
	line-height: 15px;
	height: 15px;
	font-weight: normal;
	color: #eb901b;
	text-indent: 0px;
}	


UL{
	list-style-type: square;
	color: #003366;
	margin: 9px 0px 9px 14px;
	padding: 0px 0px 0px 4px;
}
UL LI{
	color: #003366;
}

A{
	color: #003366;
	text-decoration: underline;		
}	
A:hover{
	color: #003366;
	text-decoration: none;
}

A.no_style{
	color: #3e3e3e;
	text-decoration: none;		
}	
A.no_style:hover{
	color: #3e3e3e;
	text-decoration: none;
}

HR{
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid #003366;
	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: #003366;	}	/* blue */
.color2, .color2 A, .color2 A:hover, A.color2, A.color2:hover{	color: #000000;	}	/* black */
.color3, .color3 A, .color3 A:hover, A.color3, A.color3:hover{	color: #6B6B6B; }	/*grey */

.color1 A, A.color1{ 				text-decoration: underline;	}
.color1 A:hover, A.color1:hover{ 	text-decoration: none;		}


/* IMAGE STYLES ************************************************************************** */				

IMG.border{				
	border: solid 1px #003366;
}	

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 1px #003366;
}		
A.float_left:hover{				
	border: solid 1px #000000;
}	
				
IMG.float_right, A.float_right, A.float_right:hover{ 				
	float: right;
	margin: 4px 0px 10px 18px;
	padding: 0px 0px 0px 0px;
	border: solid 1px #003366;
	clear: both;
}		
A.float_right:hover{				
	border: solid 1px #000000;
}	
		

/* ARROW STIJLEN ************************************************************************* */				

A.arrow, A.arrow:hover
{				
	background-image: url(../Images/arrow_off.gif);
	background-position: left 1px; 
	background-repeat: no-repeat;
	
	float: left;
	diplay: block;
	width: auto;
	line-height: 22px;
	height: 22px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 34px;
	
	color: #3e3e3e;
	
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none; 
	white-space: nowrap;
}
					
A.arrow:hover{				
	background-image: url(../Images/arrow_on.gif);
	color: #000000;
}


/* BUTTON ************************************************************************************ */	

A.button, A.button:hover{
	display: block;
	height: 25px;
	line-height: 24px;
	width: 135px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px 0px 0px 25px;
	margin: 2px 0px 2px 0px;
	background: url(../Images/button_off.gif) no-repeat;
}
A.button:hover{
	color: #ffffff;
	background: url(../Images/button_on.gif) no-repeat;
}





