@charset "utf-8";
/* CSS Document */

body * {
	font-family: Arial, Helvetica, sans-serif;
}

#ContactForm tr.CTodd font.CT, #ContactForm tr.CTeven font.CT {
	font-weight:bold;
}

#ContactForm tr.CTodd font.CT input, #ContactForm tr.CTeven font.CT select {
	font-weight:normal;
}

a:link, a:visited {
	color:#006FAF;
	text-decoration:underline;
}

a:hover {
	color:#002B73;
}

a.NLtitle:link, a.NLtitle:visited {
	color:#002B73;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

a.NLtitle:hover {
	text-decoration:underline;
}