/* STANDAARD!!! Body enzo */
BODY {
	background: #4B385C;
	margin-top: 8;
	margin-left: 10;
	font-family: Verdana;
	font-size: 8pt;
	color: #FFFFFF;
	line-height: 18px;
	
	scrollbar-face-color: #705C82;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #4B385C;
	scrollbar-shadow-color: #4B385C;
	scrollbar-highlight-color: #4B385C;
	scrollbar-3dlight-color: #4B385C;
	scrollbar-darkshadow-Color: #4B385C;
}

/* De headers van een pagina!*/
.headerText {
	font-family: Verdana;
	font-size: 10pt;
	color: #FFB400;
	font-weight: bold;
	line-height: 18px;
}

/* Normale text */
.normText {
	font-family: Verdana;
	font-size: 7.5pt;
	color: #FFFFFF;
	line-height: 13px;
}

/* Normale text links */
.normText A {
	font-family: Verdana;
	font-size: 7.5pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 13px;
}

/* Normale text links als je er met de muis overgaat */
.normText A:hover {
	font-family: Verdana;
	font-size: 7.5pt;
	color: #FFB400;
	font-weight: bold;
	text-decoration: underline;
	line-height: 13px;
}

/* Default image stijl */
.defImage {
	border: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}

/* small image stijl */
.smallImage {
	border: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	width: 100px;
}

/* SPECIAAL VOOR ET FOTO ALBUM IMAGES */

			/* Default image stijl */
			.defImageFA {
				border: 1px;
				border-style: solid;
				border-color: #FFFFFF;
			}
			
			/* small image stijl */
			.smallImageFA {
				border: 1px;
				border-style: solid;
				border-color: #FFFFFF;
				width: 150px;
			}
			
			/* small image stijl */
			.smallImageFP {
				border: 1px;
				border-style: solid;
				border-color: #FFFFFF;
				width: 80px;
			}

/* De eerste rij van een tabel, de zogenaamde headerTR/headerTD */
.headerTR {
	height: 22px;
}

.headerTD {
	font-family: Verdana;
	font-size: 7.5pt;
	color: #FFFFFF;
	line-height: 13px;
	font-weight: bold;
	background: #705C82;
	position: middle;
}

/* De volgende rijen van een tabel, de zogenaamde normalTR/normalTD */
.normalTR {
	height: 22px;
	line-height: 13px;
}

.normalTD {
	font-family: Verdana;
	font-size: 7.5pt;
	position: middle;
	line-height: 13px;
}

/* Voor een lege rij tussen de verschillende rijen */
.legeTR {
	height: 1px;
}

.legeTD {
	background: #FFFFFF;
	position: middle;
}

