/* Bağlantı Stilleri */ 


	.LeftMenuItem{
		font-family:Arial, Helvetica, sans-serif;
		color:#A5B5D5;
		font-size:10px;
	}
	A.LeftMenuItem:link
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#A5B5D5;
		TEXT-DECORATION: none
	}
	A.LeftMenuItem:visited
	{
		font-family:Arial, Helvetica, sans-serif;
		color:#A5B5D5;
		font-size:10px;
		TEXT-DECORATION: none
	}
	A.LeftMenuItem:hover
	{   
		font-family:Arial, Helvetica, sans-serif;
		color:#A1D100;
		font-size:10px;	
		TEXT-DECORATION: underline
	}
	
	.HotNews {
		font-family: "Trebuchet MS";
		font-size: 15px;
	}
	A.HotNews:link {
		font-family: "Tahoma";
		font-size: 11px;
		Color: #A1D100;
		TEXT-DECORATION: none;
		font-weight:bold;
	}
	A.HotNews:visited {
		font-family: "Tahoma";
		font-size: 11px;
		Color: #A1D100;
		TEXT-DECORATION: none;
		font-weight:bold;
	}
	A.HotNews:hover {
		font-family: "Tahoma";
		font-size: 11px;
		color:#A5B5D5;	
		TEXT-DECORATION: none;
		font-weight:bold;
	}
	
/* Bağlantı Stilleri [BİTTİ] */ 

	img {
		border: 0px;
	}
	.ModulTitleLight {
		font-family: "Trebuchet MS";
		font-size: 13px;
		color: #CCFF00;
		font-weight:bold;
	}
	.ModulTitleDark {
		font-family: "Trebuchet MS";
		font-size: 13px;
		color: #161D2C;
		font-weight:bold;
	}
	.AlertText{
		font-family: "Tahoma";
		font-size: 11px;
		color: #FF0000;
		font-weight:bolder;
	}
	.iletisimbox{
		font-family: "Verdana";
		font-size:11px;
		color:#333333;
		padding:2px;
	}