/**********************************************************************************************************************/
/* General styles                                                                                                     */
/**********************************************************************************************************************/

body {
  background: #ffffff;
  color: #000000;
  text-align: left;
  font-size: 11pt;
  font-family: georgia, "times new roman", "times serif";
}

/**********************************************************************************************************************/
/* Main section styles                                                                                                */
/**********************************************************************************************************************/

#main {
  width: 625px;
}

/**********************************************************************************************************************/
/* Heading styles                                                                                                     */
/**********************************************************************************************************************/

h1, h2, h3, h4, h5, h6 {
  text-align: left;
}

/**********************************************************************************************************************/
/* Non printing styles                                                                                                */
/**********************************************************************************************************************/

.skip, #header, #menu, #navigation, #footer {
  display: none;
}

/**********************************************************************************************************************/
/* Image styles                                                                                                       */
/**********************************************************************************************************************/

.fright {
  float: right;
  margin: 0 0 1em 1em;
}
.fleft {
  float: left;
  margin: 0 1em 1em 0;
}
.ncenter {
  float: none;
  padding: 1px;
}
.inscrcenter {
  text-align: center;
}

/**********************************************************************************************************************/
/* Text styles                                                                                                        */
/**********************************************************************************************************************/

.italic {
  font-style: italic;
}
.code {
  font-family: "courier new";
  font-weight: bold;
}
.code_indent {
  font-family: "courier new";
  text-indent: 25pt;
  font-weight: bold;
}

/**********************************************************************************************************************/
/* Notes section styles                                                                                               */
/**********************************************************************************************************************/

#notes {
  padding: 1.5em 0 0 0;
}
