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

<style type="text/css">

<body>

h1           {font-family: Calibri, Book Antiqua, Book-Antiqua;  color: #007070;  font-size: 32pt;  font-weight: bold;  text-align: center;  }
h2           {font-family: Comic Sans MS, Comic-Sans-MS;         color: #000080;  font-size: 28pt;  font-weight: bold;  text-align: center;  }
h3           {font-family: Calibri, Book Antiqua, Book-Antiqua;  color: #007070;  font-size: 26pt;  font-weight: bold;  text-align: center;  }
h4           {font-family: Calibri, Book Antiqua, Book-Antiqua;  color: #007070;  font-size: 16pt;  font-weight: bold;  text-align: center;  }
h5           {font-family: Calibri, Book Antiqua, Book-Antiqua;  color: #007070;  font-size: 14pt;  font-weight: bold;  text-align: center;  }
h6           {font-family: Calibri, Book Antiqua, Book-Antiqua;  color: #007070;  font-size: 14pt;  font-weight: bold;  text-align: left;    }

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

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

tr           {font-family: Calibri, Book Antiqua, Book-Antiqua;  color: #007070;  font-size: 13pt;  }
td           {font-family: Calibri, Book Antiqua, Book-Antiqua;  color: #007070;  font-size: 13pt;  }

a:link       {font-family: Calibri, Book Antiqua, Book-Antiqua;  color: #396BA5;  font-size: 13pt;  }
a:visited    {font-family: Calibri, Book Antiqua, Book-Antiqua;  color: #007070;  font-size: 13pt;  }
a:hover      {font-family: Calibri, Book Antiqua, Book-Antiqua;  color: #EE7407;  font-size: 13pt;  }

</body>
</html>