@charset "iso-8859-2";
/* CSS Document */

body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(gfx/bg_site.gif);
}
a {
	font-size: 12px;
	color: #F58423;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F58423;
}
a:hover {
	text-decoration: underline;
	color: #F58423;
}
a:active {
	text-decoration: none;
	color: #F58423;
}