html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #38302b;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
    font: 10px Arial;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
    font: 12px Arial;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
    font: 12px Arial;
}

/* Normal link */
a {
	color: #000000;
	text-decoration: none;
}

a:hover {
text-transform: uppercase;
font-weight:bold;
color:#ff0000;

}
a:active{
	color: #ffcc00;
	text-decoration: none;
}
a:focus{
	color: #000000;
	text-decoration: none;
}
a:visited{
	color: #000000;
	text-decoration: none;
}

a img {
	border: none;
}

/*DİV TABLO*/
.tablo {
  display: table;
}

.satir {
  display: table-row;
}

.hucre {
  display: table-cell;
  width: 10px;  /* hücre genişliği */

  border: 0px dotted #000000; /* hücre çerçevesi */


}


.anadiv {
background-color: #FFFFFF;
border: 1px dotted #000000;
}

.solblok {
	border-right-style: dashed;
	border-right-width: 1px;
	border-right-color: #eeeeee;
    float: left;
    width: 200px; 
    background-color: #FFFFFF;
}

.blokbaslik {
    display: table-row;
	background-color: #000080;
	background-position: center center;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
    border-top-color: #000000; 
    border-width: 1px; 
    background-color: #004a99; 
    width: 200; 
    height: 20;
    padding: 5px;

}


/*DİV TABLO*/

.karecik {padding:3px 3px 3px 15px;background: #cccccc url("/images/karecik.gif") no-repeat;"}



