BODY	{
	background: #000000 url(../picts/body.png) repeat;
	margin:0px;
	}
	/*Marquee*/
marquee { 
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	/*font-style: italic;*/
	padding-top: 5px;
}
img{
	border:none;
	padding:0px;
	margin:0px;
}
	/*Full Page Color Text*/
#styl{
	COLOR: #FFFFFF; 
	FONT: 12px verdana, arial, sans-serif; 
	font-weight: normal;
}
	/*Ustune Gittine Yanan Table*/
.hvr tr:hover{
	background-color:#002000;
	/* Cursorun Resmi */
	/*cursor:url(../picts/mause.gif), -moz-zoom-in; */
}
	/*Copyright Color Text*/
.copyright{
	COLOR: #FFFFFF;
	FONT: 9px  verdana, arial, sans-serif;
	font-weight: normal; 
}
.copyright a{	
	text-decoration: none;
}
	/*Sitede bulunan resimlerin styli*/
img { 
	margin: 0px;
	padding: 0px;
	border: none;
}
	/*Page Color*/
#page{
    font-family: verdana, arial, sans-serif;
	margin: 0 auto;
	border: 0px #FFCC00 solid;
	width: 804px;
	background: #00672C;
}
	/*Header Color*/
#header{
	padding: 0px 0px;
	border: 0px #FFCC00 solid;
	text-align: center;
	background: #000000; 
}
	/*Menunun oldu botun bolim ashakadar*/
#nav{
	float: left;
	width: 175px;
	text-align: center;
}
	/* Headerden sonra; menu ve tablicalar onun icinde*/
#page_body{
	padding: 0px;
}
	/* Tablicalar icin*/
#sidebar{
	float: left;
	width: 629px;
}
	/*Copyright Color*/
#footer {
	clear: both;
	border: 0px #FFCC00 solid;
	text-align:center;
	padding-top: 15px;
	background: url(../picts/bottom.gif) repeat-x;
	height: 35px;
}
	/*Copyright link Color*/
#footer a {
	COLOR: #FFFF00;
}
	/*Logonun altinda ve ustunde ki resim*/
.ivica{
	background: url(../picts/bar.gif) repeat-x;
	height: 20px;
}
	/*Link Color*/
a, a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}
	/*Kalendar Color*/
#calendar{
	text-align: right;
	padding: 4px 8px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
	/*Buton Resize*/
.arrowgreen{
	width: 175px;
	border-style: solid solid none solid;
	border: 0px;
	border-width: 0px;
	text-align: left;
}
.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}	
.arrowgreen li a{
	font: bold 11px verdana, arial, sans-serif;
	display: block;
	background: transparent url(../picts/buton.gif) 100% 0;
	height: 22px; 
	padding: 4px 0 4px 25px;
	line-height: 22px; 
	text-decoration: none;
}		
	/*Buton Color*/
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #FFFFFF;
}
.arrowgreen li a:hover{
	color: #FFFF00;
	background-position: 100% -32px;
}
.arrowgreen li a.selected{
	color: #FFFFFF;
	background-position: 100% -64px;
}
   /* top buton kodu */
#myBtn {
  display: none;
  position: fixed;
  bottom: 58px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}
   
#myBtn:hover {
  background-color: #555;
}