/* Style sheet for TeamLaLanne, print version.
   Changes color of text and links so they are visible 
   (yellow/orange on white are hard to see!).
   Created: 2009-04-24
   Author:  Stephen Chervitz Trutane
*/
body { 
  margin:   auto auto;
  padding-top:  1%;
  padding-left:  7%;
  padding-right: 7%;
  background-color: white; 
  color: black; 
  font-family: Verdana, Arial, sans-serif;   
  font-size: 1em; /* setting base font to user's prefered size */
}
div.navbar { 
/*  font-weight: bold; */
  font-size: 75%;
 /* text-align: right; */
}
div.title { 
  font-weight: bold;
  font-size: 300%;
  font-style: italic;
  text-align: center;
}
div.main { 
  font-size: 100%;
  text-align: center; 
}
div.footer { 
  font-size: 80%;
  color: gray; 
  text-align: center;
}
a:link, a:visited {
    color: blue;
    font-weight: bold;
    text-decoration: none;
}
a:hover, a:active {
    color: blue;
    font-weight: bold;
    text-decoration: none;
}
a:link img, a:visited img {
    border-style: none;
}
a img {color: black} /* The only way to hide the border in NS 4.x */

img.valid { width: 48px; height: 17px; }

a.navbar { 
/*  text-decoration: none; */
  font-weight: bold; 
  color: blue; 
}
a.onpage { 
  color: blue;
  font-weight: bold; 
  text-decoration: none;
}
a.sub { 
  color: blue; 
  font-weight: bold; 
  font-size: smaller;
  text-decoration: none;
}

img.valid { width: 48px; height: 17px; }

table.navbar { 
  table-layout: fixed; 
/*  border-collapse: collapse; */
/*  border: 1px solid white; */
/*  border-color: black; */
  text-align: center;
  float: right;
  padding: 4;
  width: 50%;
}
table.navbar2 { 
  table-layout: fixed;
  padding: 0;
}
td.navbar { 
/*  background-color: #6699FF; */
/*  border: 1px solid black; */
}
td.navbar2 { 
  text-align: left;
}
td.onpage { 
 /* background-color: yellow; */
  color: blue;
}
td.c1 { 
  width: 55px;
}
td.c2 { 
  width: 100px;
}
td.c3 { 
  width: 80px;
}
td.c4 { 
  width: 90px;
}
td.c5 { 
  width: 75px;
}
td.c6 { 
  width: 90px;
}
td.c7 { 
  width: 75px;
}
td.c8 { 
  width: 80px;
}
