td,input,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 10px;
	color: #666666;
}

.hidden {
  display: none;
}

/* my balance */
 
  .darkPurpCrn {
    padding: 2px; 
    font-weight: bold; 
    background-color: #CC0033; 
    color: #FFD204;
  }
 
  .greenLi {
    background-color: #CC0033;
    height: 2px;
  }
  
  .cell, .cellR {
    height: 24px; 
    background-color: #DDDDDD;
  }
  .acell, .acellR {
    height: 24px; 
    background-color: #EEEEEE;
  }
  .cellR, .acellR {
    text-align: right;
    padding-right: 5px;
  }
 
/* end my balance */
