@charset "iso-8859-2";
/* CSS Document */

body,td,th {
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #C78C3D;
	text-decoration: none;
	border: none;
}
a:visited {
	text-decoration: none;
	color: #734D24;
	border: none;
}
a:hover {
	text-decoration: underline;
	color: #DBAE78;
	border:none;
}
a:active {
	text-decoration: none;
	color: #232019;
	border: none;
}
img {border: none
}

.centr {text-align:center;
}
.style2 {
	font-family:"Times New Roman", Times, serif;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
}

#horizon        
	{
	color: white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	background-color: transparent;
	margin-left: -750px;
	position: absolute;
	top: -560px;
	left: 50%;
	width: 1500px;
	height: 1034px;
	visibility: visible;
	z-index:-1;
	}


