/*  External Style Sheet  
    update_rates.css     */

BODY 
  { background-color: #ffffff; /* white */
    font-family: Arial;
	font-size: 10pt;
    color: #000000; } /* black */

A:link
  { color: #002f86; }

A:visited
  { color: #002f86; }

A:active
  { color: #002f86; }

H1, H2, H3, H4, H5, H6
  { font-family: Arial;
    font-weight: bold;
    color: #002f86; }

H1
  { font-size: 26pt; }

H2
  { font-size: 16pt; }

H3
  { font-size: 12pt; }

H4
  { font-size: 16pt; }

H5
  { font-size: 14pt; }

H6
  { font-size: 12pt; }

BLOCKQUOTE 
  { font-family: Arial;
    font-size: 10pt;
    color: #002f86; }

P
  { font-family: Arial;
    font-size: 10pt;
    color: #002f86; }

TD
  { font-family: Arial;
    font-size: 8pt;
	font-weight: bold;
    color: #002f86; }

TH
  { font-family: Arial;
    font-size: 9pt;
	font-weight: bold;
    color: #002f86; }

OL LI
  { font-family: Arial;
    font-size: 10pt;
    color: #002f86; }

UL LI
  { font-family: Arial;
    font-size: 10pt;
    color: #002f86; }

DL
  { font-family: Arial;
    font-size: 10pt;
	font-weight: bold;
    color: #002f86; }

DD
  { font-family: Arial;
    font-size: 10pt;
	font-weight: bold;
    color: #002f86; }

.disc
  { font-family: Arial;
    font-size: 8pt;
    color: #002f86; }

.blueback
  { background-color: #002f86; /* blue */
    color: #ffffff; } /* white */

.greenback
  { background-color: #11c3c3; /* lightgreen */
    color: #000000; } /* black */
	
.beigeback
  { background-color: #D6D4B5; /* lightgreen */
    color: #000000; } /* black */

.lblueback
  { background-color: #99bbd6; /* lightblue */
    color: #000000; } /* white */

.orangeback
  { background-color: #F4DF6B; /* light green */
    color: #000000; } /* white */

.dorangeback
  { background-color: #f0f0f0; /* orange */
    color: #000000; } /* white */