body {background-color: #FFFFFF}

hr {color: navy; width:75%}
h1 {color: darkgreen; text-align: center; font-family:"Calibri"}
h2 {color: darkgreen; text-align: center; font-family:"Calibri"}
h3 {color: darkgreen; font-family:"Calibri"}
h4 {color: darkgreen; margin-left: 25px; font-family:"Calibri"}
h5 {color: darkgreen; font-family:"Calibri"}
h6 {color: darkgreen; font-family:"Calibri"}
h7 {color: darkgreen; font-family:"Calibri"}

p.normal {margin-left: 25px}
p.normal {margin-right: 25px}
p.normal {margin-top: 25px}
p.normal {margin-bottom: 25px}
p.normal {text-align: left}
p.normal {font-family:"Calibri"}

p.standout {margin-left: 25px}
p.standout {margin-right: 25px}
p.standout {margin-top: 25px}
p.standout {margin-bottom: 25px}
p.standout {text-align: left}
p.standout {font-weight:bold}
p.standout {font-family:"Calibri"}

p.standout_centre {text-align:center}
p.standout_centre {font-weight:bold}
p.standout_centre {font-family:"Calibri"}

p.centre {text-align:center}
p.centre {font-family:"Calibri"}

table {margin-right: auto;margin-left: auto;}
table {font-family:"Calibri"}

table.normal {
        border-width: 1px;
        border-spacing: 1px;
        border-style: outset;
        border-color: white;
        border-collapse: separate;
        background-color: white;
}
table.normal th {
        border-width: 1px;
        padding: 1px;
        border-style: inset;
        border-color: gray;
        background-color: #05a53d;
        -moz-border-radius: 0px 0px 0px 0px;
}
table.normal td {
        border-width: 1px;
        padding: 1px;
        border-style: inset;
        border-color: gray;
        background-color: #8ed680;
        -moz-border-radius: 0px 0px 0px 0px;
}

tr.lighter_green td {background-color: #8ed680}
tr.darker_green td {background-color: #8ef680}

td.standout {font-weight:bold}

ol {font-family:"Calibri"}

ul {font-family:"Calibri"}

a:link     {color:#006400}
a:visited  {color:#FF00FF}
a:active   {color:#0000FF}
a:hover    {color:#000000}







