Table  {
	background: #CCCCCC;
	background-color : #CCCCCC;
	border : 0px solid #CCCCCC;
	text-align : left;
	text-decoration : none;
    	font-size: 9pt;
    	font-family : arial cyr, helvetica, sans-serif;	
}
.Row    {
	background: #FFFFFF;
	background-color : #FFFFFF;
	border : 0px solid #FFFFFF;
	text-align : center;
	text-decoration : none;
    	font-size: 8pt;
    	font-family : arial cyr, helvetica, sans-serif;	
}
.Data   {
	background: #FEF8E0;
	background-color : #FEF8E0;
	border : 1px solid #FEF8E0;
	text-align : left;
	text-decoration : none;
    	font-size: 9pt;
    	font-family : arial cyr, helvetica, sans-serif;	
}
.Header {
	background: #CCCCCC;
	background-color : #CCCCCC;
	text-align : left;
	text-decoration : none;
    	font-size: 10pt;
	font-weight: bolder;
    	font-family : arial cyr, helvetica, sans-serif;	
}
A	{
	text-decoration : none;
}

BODY 	{
   	font-family : arial cyr, helvetica, sans-serif; 
   	background-color : rgb(236,242,239);
   	margin-left : 2%; 
   	font-size: 9pt;
}

PRE 	{ 
	white-space: pre;
    	font-family : "Courier New Cyr",  monospace;
}

UL, LI, INPUT, OPTION, TABLE, TD, TH {
    	font-size: 9pt;
    	font-family : arial cyr, helvetica, sans-serif;	
}

TR {
        background: #FEF8E0;
        background-color : #FEF8E0;
}
