body {

font-family: Tahoma;
font-size: 13px;
color: #767676;
margin: 0px;
padding: 0px;
background-image: url(../images/image1.jpg);
background-repeat: repeat-x;
background-attachment: scroll;
background-color: #999DA0;
background-position: top-left;

}


a 						{
							font-family: tahoma; font-size: 13px; text-align: center; color: #66B5FF;
						}
a2 						{
							font-family: tahoma; font-size: 13px; text-align: center; color: #ff0000;
						}


a:link					{
							color: #66B5FF; text-decoration: none;
						}

a:visited 				{
							color: #66B5FF; text-decoration: none;
						}

a:hover 				{
							color: #FFffff; text-decoration: none;
						}

a:active 				{
							color: #FF0000; text-decoration: none;
						}


.baslik					{
							font-family: tahoma; font-size: 13px; text-align: left; color: #013567;
						}
.icerik					{
							font-family: tahoma; font-size: 13px; text-align: left;  color: #000000;
						}
.icerik2				{
							font-family: tahoma; font-size: 13px; text-align: center;  color: #000000;
						}
.alarm					{
							font-family: tahoma; font-size: 13px; text-align: center; color: #ff0000; font-weight: bold;
						}
.kirmizi					{
							font-family: tahoma; font-size: 13px; text-align: center; color: #ff0000;
						}
.gri_sol					{
							font-family: tahoma; font-size: 12px; text-align: left; color: #666666;
						}
.beyaz					{
							font-family: tahoma; font-size: 13px; text-align: left; color: #ffffff;
						}
.beyazorta					{
							font-family: tahoma; font-size: 13px; text-align: center; color: #ffffff;
						}
.urun					{
							font-family: tahoma; font-size: 15px; text-align: left; color: #66B5FF;
						}
.siyah					{
							font-family: tahoma; font-size: 13px; color: #000000;
						}
						
.haber					{
							font-family: tahoma; font-size: 13px; color: #ffffff; text-decoration:underline;
						}
.k_haber					{
							font-family: tahoma; font-size: 13px; color: #ff0000; text-decoration:underline;
						}
.s_orta					{
							font-family: tahoma; font-size: 13px; text-align: center; color: #000000;
						}
						
.s_haber					{
							font-family: tahoma; font-size: 13px; color: #ff0000; text-decoration:underline;
						}

.controls {

font-family: Tahoma;
font-size: 13px;
color: #000000;
margin: 0px;
padding: 0px;

}


/* 
IE için Alfa Kanali PNG Destegi [ http://dean.edwards.name/ ] 
Alpha PNG support for IE [ http://dean.edwards.name/ ] 
Alfa Kanali PNG Destegi; kodlama Dean EDWARDS'a aittir. 
All Coding About Alpha PNG Support written by Dean EDWARDS. 
*/ 
 
* html img { 
   filter:expression( 
         this.napalmLoaded 
         ? "" : 
         ( 
            this.src.substr(this.src.length-4)==".png" 
            ? 
            ( 
               (!this.complete) 
               ? "" : 
                  this.runtimeStyle.filter= ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+" ')")+ 
(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+ "'").substr(0,0)+ 
                  String(this.napalmLoaded=true).substr(0,0)+ 
                  (this.src="img/bos.gif").substr(0,0) 
            ) 
            : 
            this.runtimeStyle.filter="" 
         ) 
      ); 
}