/* CSS Document */

/************************************************************************************************/
/* hide all the elements that don't have to be print                                            */
/************************************************************************************************/
#menu_bar,#picture,#menu_title,#menu_separator,#section_menu,#key_title,#keyreferences,
.vseparator,#bottom_section,.border_edge,#base_links,#anim_link,#animation,#base_link,.report{
  display:none;
}


/************************************************/
/* remove the background color of the title and */
/* change its font color                        */
/************************************************/
.edge{background-color:#FFFFFF;
      text-align:center;
	  color:#000000;
	  left:-80px;
     }

a.glossary{color: #000000;
          text-decoration:none;
         }
		 
a.blue_blue_link{color: #000000;
                 text-decoration:none;
                }
/***************************************************/
/* remove the background of the center cell        */
/* and change its position                         */
/***************************************************/
.center_cell{background-image:url();
             height:493px;
			 width:770px;
			 vertical-align:top;
			 top:15px;
            }
			
/*******************************************/
/* move the baseline                       */
/*******************************************/
.baseline{font-size:10px;
			height:10px;
			width:450px;
			position:relative;
			top:-505px;
			left:-50px;
		   }

		
/*************************************************************/
/* change the styles of the articles                         */
/*************************************************************/
.article{position:absolute;
         z-index:0;
		 overflow:visible;
		 width:580px;
		 text-align:justify;
		 left:0pt;
		 font-size:12px;
		 }
