/* CSS Document */body {  font-family:arial;  text-align:center;  } div#container {  margin:0px auto;  text-align:left;  width:700px;  }li {  padding:0px 0px 5px 20px;  text-indent:-20px;  }  ul {  font-size:12pt;  font-weight:normal;  font-style:normal;  color:#000;  list-style-type:disc;  margin-left:60px;  }  p.title {  text-align:center;  font-size:16pt;  font-weight:bold;  color:#000;  }p.section {  text-align:left;  font-size:16pt;  font-weight:bold;  color:#000;  }p.subsection {  margin-left:20px;  text-align:left;  font-size:14pt;  font-weight:bold;  font-style:italic;  color:#006600;  }p.subsubsection {  text-align:left;  margin-left:40px;  font-size:12pt;  font-weight:normal;  font-style:normal;  color:#000;  }  p.subsubsubsection {  text-align:left;  text-indent:-20px;  margin-left:80px;  font-size:12pt;  font-weight:normal;  font-style:normal;  color:#000;  }     p.advisory {  text-align:left;  margin-left:40px;  font-size:12pt;  font-weight:bold;  color:#f00;  }p.contact {  text-align:center;  font-size:12pt;  font-weight:bold;  color:#000;  }.def {  font-size:14pt;  font-style:italic;  font-weight:bold;  color:#060;  }  