/* css overide styles for specific site */

/*.tablecell_blauw {
	background-color: #B5E3F0;
}

.tablecell_groen {
	background-color: #D1E7C3;
}

.tablecell_geel {
	background-color: yellow;
}
*/


td.tablecell_blauw {
	background-color: #B5E3F0;
}

td.tablecell_groen {
	background-color: #D1E7C3;
}

td.tablecell_geel {
	background-color: yellow;
}


span.text_blauw {
	color: #009CCA;
}

span.text_groen {
	color: #6BAF41;
}

span.text_rood {
	color: #FF0000;
}

span.text_oranje {
	color: #FF9900;
}

.text_size_1 {
	font-size: 10px;
	line-height: 100%;
}

.text_size_2 {
	font-size: 12px;
	line-height: 100%;
}

.text_size_3 {
	font-size: 14px;
	line-height: 100%;
}

.text_size_4 {
	font-size: 18px;
	line-height: 100%;
}

.text_size_5 {
	font-size: 24px;
	line-height: 100%;
}

.text_size_6 {
	font-size: 30px;
	line-height: 100%;
}

.text_size_7 {
	font-size: 39px;
	line-height: 100%;
}

.text_size_8 {
	font-size: 45px;
	line-height: 100%;
}

.text_size_9 {
	font-size: 54px;
	line-height: 100%;
}

.text_size_10 {
	font-size: 72px;
	line-height: 100%;
}

