    INPUT, 
    TEXTAREA, 
    SELECT,
    BODY             {margin:0px; font-family:verdana; background:white;}
    BODY.auth        {color:red; font-size:12; font-family:verdana}

		A,
		TD               {font-family:verdana; font-size:10px; color:#000000; text-decoration:none}
    A:hover          {text-decoration:none}    
    A                {color:#C40000; text-decoration:underline}

  	A.menu2          {font-weight:bold}
		
  	A.menu_gray      {font:bold 10px;}

    A.login          {font-size:10 px; font-weight:bold; text-decoration:underline}
		A.login:hover    {color:#C40000; text-decoration:none}
		
		A.news           {color:#C40000;}
		
		TD.pagenav,
    A.pagenav        {font-weight:bold}
    
    TD.auth_error    {font-size:12px; color:#C40000; font-weight:bold}
    TD.title         {font-size:12px; color:#C40000; font-weight:bold}
    TD.sltitle       {font-size:10px; color:#C40000; font-weight:bold}
    TD.left_title    {color:#808080; font-weight:bold;}
    TD.menu2Selected {font-size:10; color:#C40000; font-weight:bold}
    TD.footer        {font-weight:bold}
    TD.menu,
    TD.menu A,
    TD.menu A:Hover  {font-weight:bold; font-size:10px; color:#000000; text-decoration:none;}
    TD.menu A.activ  {color:#C40000}
    
    
    INPUT,
    SELECT,
    TEXTAREA         {font-size:10px; color:#000000; font-weight:bold}
    
    TEXTAREA.all,
    SELECT.all,
    INPUT.all        {width:448;}
    SELECT.allsmall  {width:180;}
    INPUT.allsmall   {width:200;}
    INPUT.errorField {border: 2px solid red}
    INPUT.login      {width:140;}
    INPUT.loginBut   {width:140; 
                      height:22; 
                      font-weight:bold;
                      border:1 solid #B6B6B6; 
                      border-bottom-color:#777575; 
                      border-right-color:#777575;
                      background-color:#FAFAFA; 
                      background-image:url(../img/buttons_bg.gif); 
                      background-repeat:no-repeat; 
                      background-position:right;}
                      
    TABLE.colorTable TR.title TD, TABLE.colorTable TR.title TD.sortCell
    {
      height: 30px;
      background-image: url(../img/titleTrBg.gif);
      background-repeat: repeat-x;
      background-color: #DFE0E4;
      padding:2px;
      padding-left: 4px;
      padding-right: 4px;
    }
    
    TABLE.colorTable TR.title TD.sortCell
    {
      background-image: url(../img/titleTrBgSort.gif);
    }
    
    TABLE.colorTable TR.title TD TABLE TD
    {
      height: 0px;
      background:none;
      padding:0px;
    }
    
    TABLE.colorTable TR.color_1 TD, TABLE.colorTable TR.color_2 TD, TABLE.colorTable TR.hoverH TD, TABLE.colorTable TR.hover TD
    {
      height: 30px;
      padding:2px;
      padding-left: 4px;
      padding-right: 4px;
      border-top:1px solid #D2D2D2;
    }
    
    TABLE.colorTable TR.color_2 TD
    {
      background-color: #F7F7F7;
    }
    
    TABLE.colorTable TR.hoverH TD, TABLE.colorTable TR.hover TD
    {
      background-color: #EEEEEE;
    }
    
    TABLE.colorTable TR.hoverH TD
    {
      cursor: pointer;
      cursor: hand;
    }
    
    TABLE.colorTable TD.slash, TABLE.colorTable TR.title TD.slash, TABLE.colorTable TR.color_1 TD.slash, TABLE.colorTable TR.color_2 TD.slash, TABLE.colorTable TR.hoverH TD.slash, TABLE.colorTable TR.hover TD.slash
    {
      width: 1px;
      background-repeat:repeat;
      background: #D2D2D2;
      padding:0;
    }
    
    TABLE.colorTable TR.color_1 TD TD,     TABLE.colorTable TR.color_2 TD TD
    {
      border: 0;
    }
    
    .black 
    {
      COLOR : #000000;
    }
    
    .none
    {
      TEXT-DECORATION : none;
    }
    
    .sectionTitle 
    {
      COLOR  : #808080;
      FONT-SIZE : 14px;
      TEXT-TRANSFORM : upperCase;
      FONT-WEIGHT : bold;
      FONT-FAMILY : Arial;
    }
    
    .error
    {
      COLOR : red;
    }