<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i');*/
@import url('webfonts/open-sans.css');



body,td,th {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000000;
}

img {max-width:100%; height:auto;}

a:link, a:visited, a:active {
	color: #303E58;
	text-decoration: underline;
}
a:hover {
	color: RGB(0,60,102);
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #660033;
	border: 0;
	border-top: 1px solid #660033;
	height: 1px;
	width: 100%;
}
h1, h2, h3, ht {
	XXfont-size: 18px;
	color:1px solid RGB(0,60,102);
	text-align: left;
}

li	{
	list-style:none;
	}
caption,th	{
	text-align:left;
	}
		
h1,h2,h3,h4,h5,h6	{
	xxfont-size:100%;
	font-weight:normal;
	}
	
	
	/* PNG Hack for IE - Achtung: Pfad des blank.gif im htc File anpassen */
table	{
	border-collapse:collapse;
	border-spacing:0;
	}
fieldset,img	{
	border:0;
	}
address,caption,cite,code,dfn,em,strong,th,var	{
	font-style:normal;
	font-weight:normal;
	}

q:before,q:after	{
	content:'';
	}
abbr,acronym	{
	border:0;
	font-variant:normal;
	}
sup,sub	{
	line-height:-1px;
	vertical-align:text-top;
	}
sub	{
	vertical-align:text-bottom;
	}
input, textarea, select	{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	}
	
	
	form {
	margin: 0;
}
input	{
	border:1px solid #000000;
	background-color:#f4f4f4;
	font-size:10px;
	}</pre></body></html>