/*COPYRIGHT © 2025 AUTHOR-E BV. ALL RIGHTS RESERVED */
@charset "UTF-8";
/* CSS Document Fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic, 400,700);
html{
	height: 100%;
	}
body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	font-size: 0.875rem;
	height: 100%;
	
	}
	
.Content {
	color: black; 
	font-size: 18px; 
	font-family: sans-serif;
	line-height: 140%;
}
.Content p{
	margin-top: 10px;
	margin-bottom: 10px;
	
}
.Content a, .Content a:link, .Content a:visited {
	color: #0200CE;
	text-decoration: underline;
}
.Content a:hover {
	text-decoration: underline;
	color: #0000A6;
}
b{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700; 
}
	
.Tree .Node.Active > .Display
{
    font-weight: bold;
}
.Content .style_website_theme_level2{
	color: #4B5EA5;
}
.Content h1{
	color: #2d5b9c;
	line-height: 1.5;
}
.Content h2 {
    color: #2d5b9c;
    line-height: 1.5;
}
.Content h3, h4, h5, h6 {
	color: #073576;
	line-height: 1.5;
}