/* CSS Document */

/*body {
	font-family: Arial;
	background-color:#FFFFFF;
	color:#000000;
	font-size: 9pt;
	}*/

table#table {
	font-size: 3;
	}
	
/*.Header{
	color: #000000;
	padding-left: 40px;
	padding-top: 60px;
	padding-bottom: 10px;
	font-size: 10pt;
	}

.TitleMenu { 
	color: #404080;
	background-color: #FFFFFF;
	font-size: 8pt;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	}

.TitleMenu:hover {
	color: #AFAFAF;
	background-color: #404080;
	font-size: 8pt;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	}
	
.TitleMenuIngedrukt { 
	color: #AFAFAF;
	font-size: 8pt;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	}

.Title {
	background-color: #6CA1C3;
	color: #FFFFFF;
	font-size:11pt;
	text-align: center;
	font-style: italic;
	}*/

A { 
	color: #404080;
	/*background-color: #FFFFFF;*/
	font-size: 8pt;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	}
/*A:visited {
	color:#404080;
	text-decoration:underline;
	font-size: 9pt;
	}*/
A:hover {
	color: #AFAFAF;
	font-size: 8pt;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	}
	