  h1,h1c,h2,h3,h4,h4c,h5,th,td,p,li {
          font-family:Arial,Helvetica,Sans Serif;
        }
  h1    {
          font-size:28pt;
          line-height:30pt;
          font-weight:bold;
        }
  h1c    {
          font-size:24pt;
          line-height:26pt;
          font-weight:bold;
		color:red
        }
  h2	 {
          font-size:20pt;
          line-height:22pt;
          font-weight:bold;
        }
  h3    {
          font-size:16pt;
          line-height:18pt;
          font-weight:bold;
        }
  h4, th    {
          font-size:14pt;
          line-height:16pt;
          font-weight:bold;
        }
  h4c    {
          font-size:14pt;
          line-height:16pt;
        color:red
        }
  h5	{
          font-size:12pt;
          line-height:14pt;
          font-weight:bold;
        }
  td    {
          font-size:12pt;
          line-height:14pt;
          font-weight:normal;
          padding-top:1mm;
          padding-bottom:1mm;
        }
  p,li  {
          font-size:12pt;
          line-height:14pt;
          font-weight:normal;
          padding-top:1mm;
        }