/*******************************************************************************                     General declarations*******************************************************************************//* The generic body */BODY {  font: small sans-serif;  font-size: 10pt;  background: white;  color: black;}/*******************************************************************************                    Tables in general*******************************************************************************//* Paragraphs in tables will have some margin */TABLE P { font: small sans-serif; font-size: 10pt; padding-top: 2px; padding-bottom: 2px; padding-left: 4px; padding-right: 4px;}/*******************************************************************************                    Page Body Table (Novigation+Content)********************************************************************************/TABLE.PageBody { width: 814px; vertical-align: top;}/*******************************************************************************                    Content cell ** Cell in which the main area of a page is placed*******************************************************************************/TD.PageContent { width: 630px; padding-top:    10px; padding-bottom: 10px; padding-left:   8px; padding-right:  8px; vertical-align: top;}/*******************************************************************************                    Navigation cell ** Cell in which the navigation page is included*******************************************************************************/TD.Navigation { width: 170px; vertical-align: top;}/*******************************************************************************                    Standard paragraph *******************************************************************************/P {  font: small sans-serif;  font-size: 10pt;}LI {  font-size: 10pt;}