/* Print Style

   The print style should 
   remove all irelavant content
   so only the main page content
   is left.

   Please do not define to many 
   colors or other things in the 
   print style.
   We don't whant people using 
   all there inc.   
   */

/* Defaults */
body { 
  font: 85% Arial, sans-serif;
  color: black;
  background-color: #ffffff;;
}

/* Unwanted elements */
#out-top, #out-bottom, 
#out-left, #out-right, 
#in-top, #in-bottom,
.documentActions, 
.contentActions, 
.contentViews,
.clear-both,
.portalMessage,
.site-actions,
.hiddenStructure
{ 
  display: none;
}




