@charset "utf-8";
/* CSS Document */
img
{  border-style: none;
}


a:link {
	color: #B07C4B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
}
body {
	height: 100%;
	width: 100%;
	margin: 0;
	background-color: #000000;
}
.style1 {
	color: #999999;
	font-weight: bold;
	font-family: Tahoma;
}
.style2 {
	color: #666666;
	font-family: Tahoma;
	font-size: 12px;
	margin-left: 4%;
	margin-right: 15%;
}
#VERTIKALI{
	width:100%;
	height:100%;
	position: relative;
}
.Title{
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 25px;
}


