/* Copy Text */

.copy {
	font-family: Arial,Helvetica;
	font-size: 12px;
	color: #676767;
}
.copy a:link {
	text-decoration: none;
	color: #676767;
}
.copy a:visited {
	text-decoration: none;
	color: #676767;
}
.copy a:hover {
	text-decoration: underline;
	color: #676767;
}
.copy a:active {
	text-decoration: none;
	color: #676767;
}


/* Text normal */

.txt {
	font-family: Arial,Helvetica;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
.txt a:link {
	text-decoration: underline;
	color: #000000;
}
.txt a:visited {
	text-decoration: underline;
	color: #000000;
}
.txt a:hover {
	text-decoration: none;
	color: #676767;
}
.txt a:active {
	text-decoration: underline;
	color: #000000;
}

pre {
	color: #000000;
}
pre a:link {
	text-decoration: underline;
	color: #000000;
}
pre a:visited {
	text-decoration: underline;
	color: #000000;
}
pre a:hover {
	text-decoration: none;
	color: #676767;
}
pre a:active {
	text-decoration: underline;
	color: #000000;
}


/* Headlines */

.txthl {
	font-family: arial,helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

.empty_row{
	margin-top: 10px;
}

