p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.tekst {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: Black;
}
.tekstBold {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: Navy;
}
.tekst12 {
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: Black;
}
.title {
	font-size: 16px;
	font-weight: bold;
	color: Red;
	border-bottom: 1px solid Silver;
	text-shadow: black 1px 1px 3px;
}

.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: Red;
	text-decoration: underline;
	text-shadow: silver 1px 1px 2px;
}
.titlews {
    font-size: 18px;
    font-weight: bold;
    color: #085baf;
    border-bottom: 1px solid Silver;
    text-shadow: black 1px 1px 3px;
    border-right-style: dotted;
    border-left-style: dotted;
    border-bottom-style: dotted;
    border-top-style: dotted;
    border-bottom-color: #085baf;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-color: #085baf;
    border-left-color: #085baf;
    border-top-color: #085baf;
}

.subtitlews {
    font-size: 14px;
    font-weight: bold;
    color: #085baf;
    text-decoration: underline;
    text-shadow: silver 1px 1px 2px;
}

.reversetitle {
    font-family: Verdana;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    color: white;
    background-color: #A2A2A2;
    padding:0 5px 0 5px;
}

.reversesubtitle {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	text-shadow: white 1px 1px 3px;
	background-color: #A2A2A2;
}

.link{
	color: blue;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	cursor: hand;
	text-decoration: none;
	background: transparent;
}
.link:hover {
	color: yellow;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	cursor: hand;
	text-decoration: none;
	background: transparent;
}

.linkheader {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: White;
	cursor: hand;
	text-decoration: none;
}

.linkheader:hover {
	color: Yellow;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
.linkheader:active {
	color: #000098;
	background-color: Yellow;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}


.kaderinput {
	background: #E2E2E2;
	font-family: Arial;
	font-size: 10pt;
	text-align: left;
	color: #02006B;
	border: 1px solid #02006B;
}

.kaderCell {
	background: #E2E2E2;
	width: 150px;
	font-family: Arial;
	font-size: 10pt;
	text-align: left;
	border: 1px solid #E2E2E2;
	margin-right: 150px;
}
.kopletter {
	float:left;
	width:0.7em;
	font-size:200%;
	font-family:arial;
	line-height:80%;
}

#titelblad {
	background: #E2E2E2;
	font-family: Arial;
	font-size: 12pt;
	color: #02006B;
	font-weight: bold;
	text-align: center;
}

.navtab {
	max-width: 150px;
	min-width: 150px;
}
.navtd {
	max-width: 84px;
	min-width: 84px;
}

.news {
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
}
.newstitle {
	font-size: 14px;
	font-weight: bold;
	color: #000098;
	border-bottom: 1px dashed Silver;
}

.newsfp {
	font-size: 12px;
	font-weight: normal;
	color: #000098;
	border-bottom: 1px dashed Silver;
}
.newssubtitle {
	font-size: 14px;
	color: ThreedDarkShadow;
}

.news-summary {
	margin-left: 20px;
	list-style: none;
	font-size: 12px;
	text-decoration: none;
	color: #2F2F2F;
}
.read-more {
	text-align: right;
	right: 10px;
}

h1 {
	font-size: x-large;
	color: #000098;
}
h2 {
	font-size: large;
	color: #000098;
}
h3 {
	font-size: medium;
	color: #000098;
}

