.title {
	font-family: Arial, Verdana, Helvetica;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	}
	
.whitetitle {
	font-family: Arial, Verdana, Helvetica;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	}
	
.whitebold {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}
		
.whitecontent {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	}

.whiteitalic {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: italic;
	}
	
.whiteunderline {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
	}
	
.subtitle {
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}
	
.whitesubtitle {
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
.content {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	}
	
.italic {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	}
	
.italicbold {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	}
	
.boldtype {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	}
	
.small {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	}
	
.smallbold {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	}
	
.nieuwssmall {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
	color: #2B4B01;
	font-weight: normal;
	}
	
.enterbold {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	}
	
A:link {
    COLOR: #0000CC;
	text-decoration: none;
	}

A:active {
    COLOR: #0000CC;
	text-decoration: none;
	}

A:visited {
    COLOR: #663300;
	text-decoration: none;
	}
	
A:hover {
	color:#990000;
	text-decoration:underline;
}

.redbold {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
	color: #950000;
	font-weight: bold;
	}
	
.redtitle {
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	color: #950000;
	font-weight: bold;
	}
	
.redboldtype {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #950000;
	font-weight: bold;
	}
		
.prevprice {
	font-family: Arial, Verdana, Helvetica;
	font-weight: normal;
	font-size: 12px;
	text-decoration: line-through;
	color: #FFFFCC;
	}
