 /* ANA SAYFA CSS BILGILERI BASLA*/
 
.AnaSayfa {
	font-family: Arial; 
	font-size: 11px; 
	color: #ffffff; 
	background-color: #000000; margin-top:0px;
}
	A:link {text-decoration : none; color : #000000; }
	A:active  {text-decoration : underline; color : #AA0000; }
	A:visited {text-decoration : none; color : #990000; }
	A:hover  {text-decoration : underline; color : #cc00cc; cursor: hand}

	
.Baslik4 {
	font-family: Arial; 
	font-size: 14px; 
	background-color: #000080; 
	color: #FFFFFF; 
	font-weight: REGULAR;
}

.Table00 {
	border: 1px #7A7A7A solid; 
	vertical-align:top; 
	background-color: #000000; 
	margin-top:0px; width: 50%; 
} 		/* Ana tablo */

.Table01 {
	solid; 
	vertical-align: top; 
	background-color: #000000;
	margin-top:0px;
}

.TD0101 {
	text-align: center; 
	font-weight: bold; 
	text-transform: uppercase; 
	font-size: 30px; 
	vertical-align: top
}

.TableImza {
	border: 1px #7A7A7A solid; 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold; 
	color: #7A7A7A; 
	width: 100%; 
	background-color: #000000
}


/* ANA SAYFA CSS BILGILERI SON */