
/* left shared border */

/* grey */

TABLE.leftBorder       
{  
  font-family: Verdana, Arial, sans-serif;
  color:       #808080;
  border:      0;
  width:       175px; 
  text-align:  left;
  font-size:   60%;
  font-weight: bold;  
  }

/* no text-decoration - ie hyperlinks not underlined */

A.aLeftBorderNTD
{
  text-decoration: none }

/* grey - large text*/
  
TD.tdLeftBorderGL
{   
  color:        #808080;
  font-size:    110%;  
  }

/* blue - large text*/

TD.tdLeftBorderB
{ 
  color:        #1C79B0;
  }

/* blue footnote */

TD.tdLeftBorderBfn
{ 
  color:        #1C79B0;
  text-align:   right;
  }


/* dark turquoise */

TD.tdLeftBorderT
{ 
  color:        #019290;
  font-size:    110%;  
  }
  
  
/* quote - dark turquoise */

TD.tdLeftBorderQT
{ 
  font-family:  "Times New Roman", Times, serif;
  font-size:    125%;
  font:         italic style;
  color:        #019290;
  }


/* dark turquoise footnote */

TD.tdLeftBorderTfn
{ 
  color:        #019290;
  text-align:   right;
  } 
  
/*  Burnt Orange */
  
TD.tdLeftBorderBO
{   
  color:        #E3654F;
  }
  
/*  Burnt Orange - large text */
  
TD.tdLeftBorderBOL
{   
  color:        #E3654F;
  font-size:    110%;  
  }
  
/*  large text */
  
TD.tdLeftBorderL
{   
    font-size:    110%;  
  }
  
/*  regular text */
  
TD.tdLeftBorderR
{   
    font-size:    100%;  
  }