@charset "utf-8";
/* CSS Document */

	body {
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
	
	.sonDakikaBaslik {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		color:#FFF;
		font-weight:normal;
	}
	
	.bolumBaslik {
		background: #FDB515;	
		padding:5px;
		text-align:left;
	}
	
	.yorum {
		font-family:Tahoma, Geneva, sans-serif;
		font-size:10px;
		font-weight:bold;
		color:#cc0001;
	}
	/* standart */
	.ffGeorgia	{ font-family:Georgia, "Times New Roman", Times, serif; }
	.fs11 		{ font-size:11px; }
	.fs12 		{ font-size:11px; }
	.fs18 		{ font-size:18px; }
	.fs24 		{ font-size:24px; }
	.fs26 		{ font-size:26px; }
	.fs28 		{ font-size:28px; }
	.fsBold		{ font-weight:bold; }
	.lh28		{ line-height:28px; }
	.lh24		{ line-height:24px; }
	/* renkler */
	.clOrange	{ color:#FDB515; }
	.clWhite	{ color:#fff; }
	/* background */
	.bgRed		{ background:#D2232A; }
	.bgOrange	{ background:#FDB515; }
	.bgDarkGray	{ background:#333333; }
	/* borders */
	.brRed		{ border:#D2232A 1px solid; }
	.brDarkGray	{ border:#333333 1px solid; }
