/* This is the print stylesheet. All backgrounds are white with black text, and header, footer, and sidebar are not shown. */


/******GENERAL RULES*******/

/*be kind to netscape 4*/
body, p, td, th, ul, ol, li,  {
  background: #fff;
  color: #000;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 12px;
  text-align: left;
 }

.dark { 
  color: #000;
  text-align: center;
 }

.alignR { 
  text-align: right;
 }

body, table { 
  background: #fff;
  padding: 0;
  border: 0;
  margin: 0;
 }


td { 
  padding: 10px;
  vertical-align: top;
  }

p { text-indent: 20px; }

p img { margin: 10px;}
img { margin: 10px; }

h1, h2, h3 { 
  color: #000;
  font-family: Times New Roman, Times, Century Schoolbook, CGTimes, georgia, serif;
  font-weight: 700;
 }

h1 { font-size: 24px; }

h2 { font-size: 20px; }

h3 { font-size: 16px; }

a { color: #00f; text-decoration: underline;

 }

#top { display: none;}

.header { display: none; }

.print { 
  display: block; 
  font-weight: 700;
}

.sidebar { display: none; }


.mainarea { 

 }


.contentarea { 

}

.moreinfo { display: none; }
.w3c { display: none; }

.snippetarea { 
  float: right;
}


.footer { 
  display: none;
}
