/*
// File written by Jochen "Khuri" Dippel <khuri@khuris.com>
// Copyright 2019
//
// File        : main.css
// Begin       : 2009.12.06 14:34:22
// Last Update : 2019.12.20 10:45:19
*/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
}
body {
	/*background-color: #27668b;*/
	background-color: #003f9e;
	overflow: visible;
	overflow-y: scroll;
	overflow-x: auto;
}
body, td, pre {
	color: #fff;
	font-family: 'Verdana', sans-serif;
	font-weight: 300;
	line-height: 18pt;
	font-size: 10pt;
	text-align: left;
	-webkit-text-size-adjust: none;
}
td {
	color: #fff;
}
strong {
	font-weight: 600;
}
fieldset {
	border: 1px solid #fff;
	padding: 6px;
}
fieldset td {
	vertical-align: top;
}
legend {
	margin: 0px 6px 0px 6px;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
}
pre {font-family: 'Courier New',Courier,sans-serif;}
hr {
	border-bottom: 1px solid #fff;
	width: 100%;
	margin: 8px 0px;
}
ul {
	padding: 4px 0px 4px 14px;
	list-style-type: square;
}
ol {padding: 4px 0px 4px 22px;}
p {
	padding: 0 0 1em;
}
h1,h2,h3,h4,h5,h6 {
	line-height: 1.2em;
	padding: 0 0 1em;
	font-size: 20px;
	color: #fff;
}
img {border: 0px;}
blockquote {margin-left: 20px;}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}
.font-default {
	font-size: 16px;
	line-height: 1.5em;
}