@charset "utf-8";
/* CSS Document */

body * {
	font-family: 'Open Sans', sans-serif;
}

p, li, td {
	color: #000;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 23px;
}

#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;
}

#slides .yellow {
	background-color:#fedc01;
	color:#595656;
}

#slides .yellow a:link, #slides .yellow a:visited {
	text-decoration: none;
	font-family:Times New Roman, Times, serif;
}

#slides .blue {
	background-color:#002B73;
	color:#99C5DF;
}

#slides .blue a:link, #slides .blue a:visited {
	color:#006FAF;
	text-decoration:none;
	font-family:Times New Roman, Times, serif;
}

#slides .blue a:hover {
	color:#99C5DF;
	text-decoration:none;
	font-family:Times New Roman, Times, serif;
}

#slides .grey {
	background-color:#9a8c7e;
	color:#002B73;
}

#slides .grey a:link, #slides .grey a:visited {
	text-decoration:none;
	font-family:Times New Roman, Times, serif;
}

#slides .sky {
	background-color:#0069a8;
	color:#99C5DF;
}

#slides .sky a:link, #slides .sky a:visited {
	text-decoration:none;
	font-family:Times New Roman, Times, serif;
}


p.bigtext {
	font-size:40px;
	line-height:44px;
	margin:0px;
	padding-bottom:10px;
	padding-top:15px;
	font-family:Times New Roman, Times, serif;
}

p.mediumtext {
	font-size:25px;
	line-height:30px;
	margin:0px;
	font-family:Times New Roman, Times, serif;
}

p.smalltext {
	font-size:15px;
	line-height:18px;
	margin:0px;
	font-family:Times New Roman, Times, serif;
}

.floatLeft {
	float:left;
	margin:0 1rem 1rem 0;	
}

.floatRight {
	float:right;
	margin:0 0 1rem 1rem;	
}

.clear {
	clear:both;
}