/* ===================================================================================================================================== */
/* Indien CSS non-ASCII tekens bevat moet de volgende regel de eerste regel zijn: @charset "utf-8" */
/* ===================================================================================================================================== */
/****************************************************************************************************************************************/
BODY 					{ font-family: Verdana; background-color: #C0C0C0; }  /* Silvef */ 
TABLE 				{ margin: 0px; border: 0px; border-collapse: collapse; padding: 0px; }
TD 						{ vertical-align: top; }
/****************************************************************************************************************************************/
.cssKey 			{ color: #222222; background-color: #C0C0C0; font-family: Verdana; font-size: 1.2rem;  }
.cssBgClr  	 	{ background-color: #C0C0C0 } 			/* CSS lichtblauwe achergrondkleur #8DCFF4 */ 
.cssClrDark		{ color: #0561A5 }  			 	 				/* CSS donkerblauw */ 
.cssClrLight	{ color: #D4ECFB } 								/* CSS lichtste blauw */ 
.cssClrGold		{ color: #FFD700 }  			 					/* CSS gold */ 
.cssClrSilver	{ color: #C0C0C0 } 								/* CSS silver */ 
.cssFont 			{ font-family: Verdana; font-size: 1.2rem; }
.cssInv				{ color: #D4ECFB; background-color: #0561A5; font-family: Verdana; font-size: 1.2rem;  }
.cssHeader		{ color: #0561A5; background-color: #C0C0C0; font-family: Verdana; font-size: 1.2rem; line-height: 1.6rem; }
.cssFooter		{ color: #0561A5; background-color: #C0C0C0; font-family: Verdana; font-size: 1.2rem; line-height: 1.6rem; }
.cssWit				{ color: #EEEEEE }
/****************************************************************************************************************************************/
.bgcGold			{ background-color: #FFD700 }
.bgcSilver		{ background-color: #C0C0C0 }
.bgcWhite			{ background-color: #EEEEEE }
/****************************************************************************************************************************************/
A:link				{ color: #0000FF; font-weight: normal; font-style: normal; background-color: transparent; text-decoration: none; }
A:visited			{ color: #0000FF; font-weight: normal; font-style: normal; background-color: transparent; text-decoration: none; }
A:hover				{ color: #FF0000; font-weight: normal; font-style: normal; background-color: #FAA0A0		; text-decoration: underline; }
A:active			{ color: #00FF00; font-weight: normal; font-style: normal; background-color: transparent; text-decoration: none; }
/****************************************************************************************************************************************/
.bb1_777 			{ border-bottom: solid 1px #777777 }
.bt1_777 			{ border-top: solid 1px #777777 }
.bb2_777 			{ border-bottom: solid 2px #777777 }
.bt2_777 			{ border-top: solid 2px #777777 }
.bb1_999 			{ border-bottom: solid 1px #999999 }
.bt1_999 			{ border-top: solid 1px #999999 }
.bb2_999 			{ border-bottom: solid 2px #999999 }
.bt2_999 			{ border-top: solid 2px #999999 }
.clr777	 			{ color: #777777 }
.clrAAA	 			{ color: #AAAAAA }
/****************************************************************************************************************************************/
/* ===================================================================================================================================== */
