﻿   .dflt_link_off{
      cursor:default;
      font-weight:bold;
      font-size:9pt;
      color:#D5CCBB;}
   .dflt_link_on{
      cursor:pointer;
      font-weight:bold;
      font-size:9pt;
      color:#FFFFFF;}   

   .grnt_link_off{
      float:left;
      cursor:default;
      font-weight:bold;
      font-size:8pt;
      color:#4A0000;}
      
   .grnt_link_on{
      float:left;
      cursor:pointer;
      font-weight:bold;
      font-size:8pt;
      color:#BB7C1E;}  
      
   .cat_link_off{
      cursor:default;
      float:left;
      height:15px;
      margin:0px 0px 0px 0px;
      padding:0px 0px 0px 0px;
      text-decoration:none;
      font-weight:bold;
      font-size:9pt;}

   .cat_link_on{
      cursor:pointer;
      float:left;
      height:15px;
      margin-top:0px;
      margin-left:0px;   
      text-decoration:underline;
      font-weight:bold;
      font-size:9pt;}       
      
   .cat_box_left{
      float:left;
      width:280px;  
      height:250px;  
      overflow:hidden;
      border:1px solid #000000;
      background-position: center;
      margin-bottom:2px;}
   
   .cat_box_center{
      float:left;
      width:280px;  
      height:250px;  
      overflow:hidden;
      border:1px solid #000000;
      background-position: center;
      margin-bottom:2px;
      margin-left:2px;}   
   
   .cat_box_right{
      float:right;
      width:280px;  
      height:250px;  
      overflow:hidden;
      border:1px solid #000000;
      background-position: center;
      margin-bottom:2px;}
      
 