body {
	background-color: #171717;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #0033FF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
BODY{
	scrollbar-arrow-color: #FFFFFf;
	scrollbar-3dlight-color: #DDE8EC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #000e74;
	scrollbar-track-color: #f5f5f5;
	background-color: #171717;
	margin-top: 10px;
	margin-bottom: 10px;
}

.style1 {
	font-family: Tahoma;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
}
.style2 {
	font-family: Tahoma;
	font-size: 16px;
	color: #FFFFFF;
	font-weight:bold;
}
.style3 {
	font-family: Tahoma;
	font-size: 12px;
	color:#FFFFFF;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	font-weight:bold;
}
.style5 {
	font-family: Tahoma;
	font-size: 12px;
	color:#000000;
}
.style6 {
	font-family: Tahoma;
	font-size: 14px;
	color:#FF0000;
	font-weight:bold;
}
.style7 {
	font-family: Tahoma;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:bold;
}
.style8 {
	font-family: Tahoma;
	font-size: 12px;
	color:#000000;
	font-weight:bold;
}
.style9 {
	font-family: Tahoma;
	font-size: 12px;
	color:#990000;
	font-weight:bold;
}
/*Menü Baslangiç */
#blue1{
	width: 205px;
	padding: 0;
	font-family: Verdana;
	font-size: 11px;
	background-color: #90bade;
	color: #333;
}

* html #blue1{ /*IE 6 only */
width: 205px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blue1 ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blue1 li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blue1 li a{
display: block;
padding: 3px 3px 3px 3px;
border-left: 0px solid #ffffff;
border-right: 0px solid #ffffff;
background-color: #242424;
color: #ffffff;
text-decoration: none;
width: 100%;
}

html>body #blue1 li a{ /*Non IE6 width*/
width: auto;
}

#blue1 li a:hover{
border-left: 0px solid #ffffff;
border-right: 0px solid #ffffff;
background-color: #FF6600;
color: #000000;
}
/*Menu Bitis */
