BODY { background: white;  }


                      H1 {
                              font-family: Arial,sans-serif;
                              font-size: 20pt;
                              font-weight: bold;
  							  color: white;
							  background: red;
                              line-height: 20pt;
                              margin-left: 0%;
                              margin-right: 0%
                      }

                      H2 {
                              font-family: Arial,sans-serif;
							  font-size: 14pt;
                              font-weight: bold;
                              line-height: 14pt;
                              margin-left: 0%;
                              margin-right: 0%
					   		  
                      }
					  
                      H3 {
                              font-family: Arial,sans-serif;
                              font-size: 12pt;
                              font-weight: bold;
					          margin-left: 0%;
                              margin-right: 0%
                      }

                      H4 {
                              font-family: Arial,sans-serif;
                              font-size: 10pt;
                              font-weight: bold;
                              line-height: 10pt;
                              margin-left: 0%;
                              margin-right: 0%
                      }

                      P.normal {
                              font-family: Times;
                              font-size: 10.5pt;
                              margin-left: 25%;
                              margin-right: 12%
                      }

                      P.indent {
                              font-family: Times;
                              font-size: 12pt;
                              margin-left: 30%;
                              margin-right: 12%
                      }


                      OL {
                              font-family: "Arial,sans-serif";
                              font-size: 12pt;
                              margin-left: 30%;
                              margin-right: 12%
                      }

                      UL {
                              font-family: "Arial,sans-serif";
                              font-size: 12pt;
                              margin-left: 30%;
                              margin-right: 12%
                      }

                      ADDRESS {
                              font-size: 10pt;
                              line-height: 12pt;
                              font-family: "Times New Roman";
                              font-style: italic;
                              text-align: right;
                              margin-left: 30%;
                              margin-right: 12%
                              background: white
                      }


                      EM {
                              font-family: Arial,sans-serif;
                              font-size: 16pt;
                              font-weight: bold;
  							  color: red;
							  background: white;
                              margin-left: 0%;
                              margin-right: 0%
                      }

                           .example {color: brown;}
