<html>
<head>
<title>Style Sheet</title>
</head>

<style type="text/css">

<body>

h1           {font-family: Calibri;    color: #007070;  font-size: 48pt;  font-weight: bold;  text-align: center;  }
h2           {font-family: Lucida Calligraphy, Lucida-Calligraphy;  color: #007070;  font-size: 36pt;  font-weight: bold;  text-align: center;  }
h3           {font-family: Calibri;    color: #007070;  font-size: 26pt;  font-weight: bold;  text-align: center;  }
h4           {font-family: Calibri;    color: #007070;  font-size: 16pt;  font-weight: bold;  text-align: center;  }
h5           {font-family: Calibri;    color: #007070;  font-size: 14pt;  font-weight: bold;  text-align: center;  }
h6           {font-family: Calibri;    color: #007070;  font-size: 14pt;  font-weight: bold;  text-align: left;  }

p            {font-family: Calibri;    color: #007070;  font-size: 13pt;  }

ul           {font-family: Calibri;    color: #007070;  font-size: 13pt;  }
ol           {font-family: Calibri;    color: #007070;  font-size: 13pt;  }


tr           {font-family: Calibri;    color: #007070;  font-size: 13pt;  text-align: center;  }
td           {font-family: Calibri;    color: #007070;  font-size: 13pt;  text-align: center;  }

a:link       {font-family: Calibri;    color: #0000ff;  font-size: 13pt;  }
a:visited    {font-family: Calibri;    color: #007070;  font-size: 13pt;  }
a:hover      {font-family: Calibri;    color: #bc8f8f;  font-size: 13pt; }



</body>
</html>

