/* CSS Document */
.style1 {color: #FF0000}
.style2 {font-size: 12px}
.style3 {font-size: 9px}
.style4 {color: #666666}
.style5 {color: #999999}
.yazi {
	font-family: Tahoma;
	font-size: 12px;
}
.baslik {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFCC66;
}
.baslik2 {
	font-family: Tahoma;
	font-size: 12px;
	color: #647847;
	font-weight: bold;
}
.detay {
	font-family: Tahoma;
	color:#FF0000;
	font-weight: bold;
	font-size:12
}
.sol {
	font-family: Tahoma;
	color:#6280B4;
	font-weight: bold;
	font-size:10
}
.menu {
	font-size: 10px;
	font-family:Tahoma;
	font-weight: bold;
	color: #1B4285;
}
-->