﻿<!--
    body {
        font-family: Arial, sans-serif;
    }
    
    h1 {
        font-size: 20pt;
        font-style: italic;
        text-align: left;
    }

    h2 {
        font-size: 18pt;
        text-align: left;
    }
    
    h3 {
        font-size: 18pt;
        text-align: center;
    }

    table {
        width: 800px;
        background-color: white;
	table-layout: fixed;
    }
    
    thead td {
        font-size: 12pt;
        font-weight: bold;
        font-variant: small-caps;
        text-align: left;
        background-color: rgb(255,200,200);
    }

    td {
        background-color: rgb(235,235,255);
        font-size: 12pt;
        font-weight: normal;
        text-align: left;
	  }

    th {
        background-color: lightgrey;
        font-size: 12pt;
        font-weight: normal;
        text-align: left;
	padding-left: 5pt;
	padding-right: 5pt;
    }

-->

