@charset "iso-8859-9";
/* CSS Document */

body { 
	margin-left:0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px;
	border:0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	color:#808080; /* sitenin genel yazı rengi değişirse footerdaki yazı rengi parametresini de değiştirmek gerek. 
	line-height: 20px;*/
}
img {
	border: 0; /* by default, images should not have a border */
}

/*td {text-align:left;}*/

#tablo { background-color:#CCC; border:thin; border-color:#333;}
#tablo th { font-weight:bold; background-color:#FFF; text-align:left;}
#tablo td { background-color:#FFF; text-align:left; vertical-align:text-top;}
.link { color:#808080;
	}