.header1{
		font-size: 20px;
		color:#FF0000;
}

.number1{
	font-size:50px;
	text-align: center;
	color:#312ED7;
	width: 50px;
	font-style: italic;
	border-bottom: solid 1px #A0A0A0;
}
.number2{
	font-size:50px;
	text-align: center;
	color:#312ED7;
	width: 50px;
	font-style: italic;
	border-left: solid 1px #A0A0A0;
	border-right: solid 1px #A0A0A0;
}
.tekst{
	font-size: 12px;
	font-weight: normal;
}

.border1{
	border-bottom: solid 1px #A0A0A0;
	border-left: solid 1px #A0A0A0;
}

.border2{
	border-left: solid 1px #A0A0A0;
	border-right: solid 1px #A0A0A0;
}

.tekst2{
	font-size:12px;
	font-weight: normal;
	color: #000000;
}

.compareTable{
	font-size:12px;
	border: solid 1px #312ED7;
	width:95%;
}
.compareTitle{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	background-color:#312ED7;
	text-align:center;
}
.grey{
	color:#312ED7;
	background-color:#ECECEC;
	font-weight:bold;
}
.silver{
	background-color:#EFEFEF;
	text-align:center;
}
.plain{
	text-align:center;
}