

	/* ///////////////////////////////////////////////////////////////////// //
	//                                                                       //
	//                                                                       //
	//    FWK 3.0                                                            //
	//    FWK debug/profiler CSS                                             //
	//    (c) 1995-2008 Indrek Siitan / IS Holdings OÜ <tfr@cafe.ee>         //
	//                                                                       //
	//                                                                       //
	// ///////////////////////////////////////////////////////////////////// */


	#FWK_Debug
	{
		margin: 10px 0px 0px 0px;
		padding: 15px;
		background-color: #e0e0e0;
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #920000;
	}


	#FWK_Profiler
	{
		margin: 10px 0px 0px 0px;
		padding: 15px;
		background-color: #e0e0e0;
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}

