@charset "utf-8";

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

.txt {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	

}
.txt_fed {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}

h1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #de3522;
	font-style: normal;
	font-weight: bold;
}
a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

