h1 {
	font-size: 13px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #15135f;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	color: #a41984;
}

h1.purple,
h2.purple,
h3.purple,
p.purple,
span.purple {
	color: #15135f;
}
span.smaller {
	font-size: 10px;
}

span.small {
	font-size: 9px;
}


h1.grey,
h2.grey,
h3.grey,
p.grey,
span.grey{
	color: #333333;
}

h1.pink,
h2.pink,
h3.pink,
p.pink,
span.pink{
	color: #a41984;
}

h1.blue,
h2.blue,
h3.blue,
p.blue,
span.blue{
	color: #0c1c5a;
}

/* table style */
td.box_narrow {
	background-image: url("http://www.stodt.nl/graphics/bg_table_narrow.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 61px;
	width: 148px;
	padding: 10px;
}
td.box_wide {
	background-image: url("http://www.stodt.nl/graphics/bg_table_wide.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 61px;
	width: 488px;
	padding: 10px;
}

a.knop {
	background-image: url("http://www.stodt.nl/graphics/button.png");
	display: block;
	text-align: center;
	vertical-align: middle;
	line-height: 56px;
	padding-right: 10px;
	height: 62px;
	width: 186px;
	font-weight: bold;
	font-size: 15px;
	font-family: arial, helvetica;
	text-decoration: none;
	color: white;
}


