@CHARSET "UTF-8";

/* colors */
	.white    {color: #ffffff;}
	.red      {color: #b80000;}
	.green    {color: #589550;}
	.blue_d   {color: #415eac;}
	.blue     {color: #7a96b0;}
	.blue_l   {color: #5284d0;}
	.grey_d   {color: #666677;}
	.grey     {color: #777777;}
	.grey_l   {color: #aaaaaa;}
	.pink_d   {color: #8c5ba8;}
	.orange   {color: #ff7900;}
	.fire     {color: #cb9600;} /* #ab811e #ab811e fbba00 */
	.brown_d  {color: #6b6559;}
	.violet   {color: #60596b;}
	.blue_dd  {color: #6a7a8e;}
	
	.bg_r      {background: red;}
	.bg_w      {background: #ffffff;}
	.bg_f6     {background: #f6f6f6;}
	.bg_fa     {background: #fafafa;}
	.bg_sky    {background: #f2f9fe;}
	.bg_y      {background: #fff4cd;}
	
	tr.bg_green td {background: #f0ffec;}
	tr.bg_red td   {background: #ffecec;}
	tr.bg_y   td   {background: #fff4cd;}
	tr.bg_sky td   {background: #f2f9fe;}
	
	tr.bg_ff td {background: #ffffff;}
	tr.bg_fa td {background: #fafafa;}
	
	.blink {text-decoration: blink;}
/* ENDOF colors */	