/*  common.css  tjb  20-jun-2004  Active Space Media  */

@media screen
{
  #printLogo  { display: none; }
}

@page { size: rotated; }

@media print
{
  #bgImage    { display: none; }
}

.nav 
{ 
  font-family: Arial, Geneva, sans-serif;
  font-size: 11px; 
  font-weight: bold;
  letter-spacing: 0.2em;
  word-spacing:   0.1em; 
  line-height: 120%;  
  color: #e0e0e0;
} 
.nav a:link    { color: #e0e0e0; text-decoration: none; }
.nav a:visited { color: #e0e0e0; text-decoration: none; }
.nav a:hover   { color: #0e1b2c; text-decoration: none; }

.chosenlink { color: #663800; }

.barfooter
{ 
  font-family: Arial, Geneva, sans-serif;
  font-size: 12px; 
  font-weight: bold;
  letter-spacing: 0.18em;
  word-spacing:   0.1em; 
  line-height: 130%;  
  color: #000000;  
}
.barfooter a:link    { color: #000000; text-decoration: none; }
.barfooter a:visited { color: #000000; text-decoration: none; }
.barfooter a:hover   { color: #000000; text-decoration: none; }

#caption
{ 
  text-align: left;
  font-family: verdana, sans-serif;
/*  color: #eb8d29; */
  color: #fbb671; 
}

.caplabel 
{ 
  text-align: right;
  letter-spacing: 0.14em;
  font-size: 10px; 
  font-weight: normal;
}

.capline
{ 
  text-align: left;
  letter-spacing: 0.18em;
  word-spacing:   0.12em; 
  font-size: 11px; 
  font-weight: bold; 
}

.linkStyle a:link    { color: #3377ff; text-decoration: none; }
.linkStyle a:visited { color: #3377ff; text-decoration: none; }
.linkStyle a:hover   { color: #3377ff; text-decoration: underline; }
