/**
 * Set the margins of the page to zero, so that the absolute
 * positions of the menus will be consistent across all browsers.
 * Note the 'marginwidth' and 'marginheight' attributes in 
 * the <body> tag that are required for NSN4 compatibility.
 */
body { 
  margin: 0px;
  padding: 0px;
}

body { background-color: white; }

/*body, p, td, ul {
  color: #000066;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}*/

//font {
//  margin: 10px;
//}

h1 {
  color: #FF6600;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
}

h2 {
  color: #000066;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.footnote {
  color: #666666;
  font-size: 10px;
}

.copyright {
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 10px;
}

.mainpage {
  margin: 10px;
  text-align: left;  
  font-family: Arial;
  color: Teal;
  font-weight: bold;
  font-size: 16pt;
}

.manual {
  margin: 10px;
}

//ul { list-style-type: square; }
//li { color: #FF6600; }
//li p { margin:4px; }

/*#pagecontent { margin: 5px; }*/
