/*
 * thebigview.com 
 * global CSS stylesheet for normal (black on white) pages
 * (c) 2006 Thomas Knierim
 */

body {
  color: black;
  background-color: white;
  margin: 0px;
  font-family: Georgia, Bookman Old Style, Bookman, Times, serif; 
  font-size: 11pt;
}
p {
  font-family: Georgia, Bookman Old Style, Bookman, Times, serif; 
  font-size: 11pt; 
}
td {
  font-family: Georgia, Bookman Old Style, Bookman, Times, serif; 
  font-size: 11pt; 
}
a:link {
  color: #666666; 
  text-decoration: none;
}
a:visited {
  color: #666666;
  text-decoration: none;
}
a:active {
  color: #CCCCCC;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
.stdfont {  
  font-family: Georgia, Bookman Old Style, Bookman, Times, serif;
}
.pageheader {
  font-weight: bold;
  font-size: 15pt;
}
.paragraphheader {
  font-weight: bold;
}
.imagecaption {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-align: justify;
}
.grey_box {
  padding: 10px;
  background-color: #EEEEEE;
  color: #000000;
}
.footnote {
  font-size: 9pt;
}
.quotation {
  font-style: italic;
}
