<html>


<head>
<title>Style Sheet</title>

<style>

  <!--
    p
    {
    font-family: garamond, sans serif;
    font-style:  normal;
    font-size: 11pt;
    line-height: 13pt;
    color: #FFFFFF;
    text-align: justify;
    text-indent: 20px;
    }

    p.center
    {
    font-family: garamond, sans serif;
    font-style:  normal;
    font-size: 11pt;
    line-height: 13pt;
    color: #FFFFFF;
    text-align: center;
    text-indent: 20px;
    }
    
	p.right
    {
    font-family: garamond, sans serif;
    font-style:  normal;
    font-size: 11pt;
    line-height: 13pt;
    color: #FFFFFF;
    text-align: right;
    text-indent: 20px;
    }
		
    p.index
    {
    font-family: garamond, sans serif;
    font-style:  normal;
    font-size: 10pt;
    line-height: 12pt;
    color: #FFFFFF;
    text-align: justify;
    text-indent: 20px;
    }

    h1
    {
    font-family: garamond, sans serif;
    font-style:  normal;
    font-size: 18pt;
    line-height: 18pt;
    color: silver;
    text-align: center;
    text-indent: 00px;
    }

    h2
    {
    font-family: garamond, sans serif;
    font-style:  normal;
    font-size: 12pt;
    line-height: 12pt;
    color: #FFFFFF;
    text-align: center;
    text-indent: 00px;
    }

    img
    {
    color: #FFFFFF;
    }
	
    a
    {
    font-family: garamond, sans serif;
    font-style:  normal;
    font-size: 10pt;
    line-height: 10pt;
    color: #FFFFFF;
    text-decoration: none;
    }

    a.right
    {
    font-family: garamond, sans serif;
    font-style:  normal;
    font-size: 10pt;
    line-height: 10pt;
    color: #FFFFFF;
    text-align: right;
    text-decoration: none;
    }
    
	a.center
    {
    font-family: garamond, sans serif;
    font-style:  normal;
    font-size: 10pt;
    line-height: 10pt;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    }

    a.cc
    {
    font-family: garamond, sans serif;
    font-style:  normal;
    font-size: 10pt;
    line-height: 10pt;
    color: #C99937;
    text-align: left;
    text-decoration: none;
    }

    a:hover
    {
    color: #00F92F;
    text-decoration: underline;
    }
    
	div
    {
    align: center;
    }
		
  -->

  </style>

</head>


