body {
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
	color:  #003366;
	font-size: 14px;
	display: inline;
}

p {
	font-family: "Times New Roman", Times, serif;
	color:  #003366;
	font-size: 14px;
	display: inline;
}


p.twaalf {
	font-family: "Times New Roman", Times, serif;
	color:  #003366;
	font-size: 12px;
	display: inline;
}

p.bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: Bold;
	color: #003366;
	display: inline;
}

a:link {
    font-family: "Times New Roman", Times, serif;
	font-size: 14px;
    text-decoration: none;
	color: #003366;
	width: 100%;
	display: inline;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
    text-decoration: none;
	color: #003366;
	width: 100%;
	display: inline;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
    text-decoration: underline;
	color: #006666;
	width: 100%;
	display: inline;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
    text-decoration: none;
	color: #006666;
	width: 100%;
	display: inline;
}

a.big:link {
    font-family: "Times New Roman", Times, serif;
	font-size: 16px;
    text-decoration: none;
	color: #003366;
	width: 100%;
	display: inline;
}
a.big:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
    text-decoration: none;
	color: #003366;
	width: 100%;
	display: inline;
}
a.big:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
    text-decoration: underline;
	color: #006666;
	width: 100%;
	display: inline;
}
a.big:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
    text-decoration: none;
	color: #006666;
	width: 100%;
	display: inline;
}

img.blue {
	border: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #003366;
	padding: 0px;
}

.left {
    background-color: #FFFFFF;
	border: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-color: #006633;
}

.right {
    background-color: #FFFFFF;
	border: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-color: #006633;
}

.header {
    background-color: #FFFFFF;
	border: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-color: #006633;
	padding: 0px;
}