BODY{
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, Sans-serif;
}

H1{
	PADDING-TOP: 10px;
	FONT-SIZE: 24px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, Sans-serif;
}

H2{
	FONT-SIZE: 18px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, Sans-serif;
}

H3{
	FONT-SIZE: 14px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, Sans-serif;
}

P{
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, Sans-serif;
	PADDING-BOTTOM: 5px;
}

TD{
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, Sans-serif;
}

input, textarea{
	background-color: PowderBlue;
	background: PowderBlue;
	border: Black 1px solid;
	color: #2f3d48;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: normal;
}

input:focus, checkbox:focus, textarea:focus {
	border: Red 1px solid;
}

select:focus{
}

.niettezien {
	visibility: hidden;
}

.inspring_10 {
   margin-left: 10px;
}

a{ color: #D27C2C; text-decoration: none; }
a:hover { color: #ae3216; text-decoration: underline;}
a:active { color: #ae3216; text-decoration: underline;}
