@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.headline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #720505;
	padding-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #720505;
	font-style: italic;
	font-variant: normal;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
}
.newstext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.leftmargin {
	padding-left: 10px;
	padding-top: 10px;
}
.tabletext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: justify;
	padding-right: 10px;
	padding-left: 3px;
}
.tableline {
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #990000;
}
