/* CSS Document *//* ############### FONTS.TALES.CSSFRAMEWORK ############### */

/*
contains:
	font rules - to be adjusted for each site that uses this framework
	DOES NOT INCLUDE NAVIGATION FONTS
*/	



/* ############### BASIC FONT SETTINGS ############### */
/* ############### ADJUST ON A AS-NEEDED-BASE ############### */
html, body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;}
p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	margin-bottom:10px;}
	
a, a:link, a:visited{color:#FF9900}
a:hover{ color:#000}

a.zwart, a.zwart:link, a.zwart:visited{color:#000}
a.zwart:hover{ color:#fff}


#crumbpath a, #crumbpath a:link, #crumbpath a:visited{color:#000}
#crumbpath a:hover{color:#fff}


h1,h2,h3,h4,h5,h6{font-weight: normal; font-family: Arial, Helvetica, sans-serif; margin-bottom: 5px;}	
h1{ font-size: 200%; margin-top: 20px; color:#FF9900}
h2{ font-size: 160%; margin-top: 20px; color:#FF9900}
h3{ font-size: 150%; margin-top: 20px; color:#FF9900}
h4{ font-size: 125%; margin-top: 20px; padding:5px; display:block; color:#FFFFFF; background-color:#ed902c}
h5{ font-size: 110%; margin-top: 20px}
h6{ font-size: 100%; margin-top: 20px}

h1.black{ font-size: 200%; margin-top: 20px; color:#000}
h2.black{ font-size: 175%; margin-top: 20px; color:#000}
h3.black{ font-size: 150%; margin-top: 20px; color:#000}

td{}


#maincontent ul{	list-style: square;	margin: 10px 0 10px 40px;}
#maincontent ul li{	margin-bottom: 3px;}