/* ** BODY ** */
body {
	background-color: #FFFFFF;
	font-family: Arial;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
	font-size:13px ;
	}



/* ** TEKST ** */
.t_blauw	{
		color: #3131CE;
		font-size:13px;
		text-align: left;
		font-weight: bold;
		}

.t_zwart	{
		color: #000000;
		font-size:13px;
		text-align: justify;
		}

.t_zwart_c	{
		color: #000000;
		font-size:13px;
		text-align: center;
		}

.t_zwart_l	{
		color: #000000;
		font-size:13px;
		text-align: left;
		}

.t_zwart_b	{
		color: #000000;
		font-size:13px;
		text-align: left;
		font-weight: bold;
		}

.h_zwart	{
		color: #000000;
		font-size:24px;
		text-align: center;
		}

.h_zwart_i	{
		color: #000000;
		font-size:13px;
		font-style: italic;
		text-align: center;
		}

