/*
 * core_p.css
 * CSS definitions for printable versions of ROCKFAX.com pages
 * (c) Nick Smith, 2006
 */

BODY {
  font-family: "Times New Roman", serif;
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 11pt;
  }

/* Page header styles, including top navigation bar & search form */
#header {
  display: none;
  }

/* Left-hand sidebar styles */
#lhsbar {
  display: none;
  }

/* Main page content styles */
#content h1 {
  font-family: "Times New Roman", serif;
  font-size: 18pt;
  }

#content h3 {
  font-family: "Times New Roman", serif;
  font-size: 15pt;
  }

#content TD {
  font-size: 11pt;
  }

/* Right hand sidebar */
#rhsbar {
  display: none;
  }

/* Page footer styles */
#footer {
  background: #fff;
  font-family: "Times New Roman", serif;
  font-size: 9pt;
  color: #333;
  }

#footer A {
  color: #000;
  }

.skiplink {
  display: none;
  }
 
/* Various font sizes */ 
.medium	{
  font-size: 10pt;
  }
  
.small {
  font-size: 9pt;
  }
 
.vsmall	{
  font-size: 8px;
  }

/* Small, faded text */
.faded {
  font-size: 8pt;
  }  

