﻿BODY {
        padding-left: 40px;
        padding-right: 40px;
        font-family: Arial, Helvetica, sans-serif;
}

H1 {
	font-size:18pt;
	font-weight:bold;
	text-align:center;
}

H2 {
	font-size:16pt;
	font-weight:bold;
	text-align:center;
}

H3 {
	font-size:12pt;
	font-weight:bold;
	text-align:left;
}

P {
	font-size:10pt;
	text-align:left;
}

table.mytable {
	border-width: 0px;
	border-spacing: ;
	border-style: outset;
	border-color: white;
	border-collapse: separate;
	background-color: white;
        font-family:arial;
        font-size:10pt;
        background-color:white;
        width:589px;
}

td.mytable {
	border-width: 0px;
	padding: 1px;
	border-style: none;
	border-color: white;
	background-color: white;
	-moz-border-radius: ;
        font-size:10pt;
        background-color:white;
        color:black;
        text-align:left;
        width:495px;
	padding: 5px;
}

td.footer {
	border-width: 0px;
	padding: 1px;
	border-style: none;
	border-color: white;
	background-color: white;
	-moz-border-radius: ;
        font-size:10pt;
        background-color:#CCCCCC;
        color:black;
        border-style:solid;
        text-align:left;
        width:495px;
        font-weight:bold;
	padding: 5px;
}

td.header {
	border-width: 0px;
	padding: 1px;
	border-style: none;
	border-color: white;
	background-color: white;
	-moz-border-radius: ;
        font-size:10pt;
        background-color:maroon;
        color:white;
        border-style:solid;
        text-align:left;
        width:495px;
        font-weight:bold;
	padding: 5px;
}

td.mytable2 {
	border-width: 0px;
	padding: 1px;
	border-style: none;
	border-color: white;
	background-color: white;
	-moz-border-radius: ;
        font-size:10pt;
        background-color:white;
        color:black;
        text-align:center;
        width:85px;
	padding: 5px;
}

td.footer2 {
	border-width: 0px;
	padding: 1px;
	border-style: none;
	border-color: white;
	background-color: white;
	-moz-border-radius: ;
        font-size:10pt;
        background-color:#CCCCCC;
        color:black;
        border-style:solid;
        text-align:center;
        width:85px;
        font-weight:bold;
	padding: 5px;
	text-align:center;
}

td.header2 {
	border-width: 0px;
	padding: 1px;
	border-style: none;
	border-color: white;
	background-color: white;
	-moz-border-radius: ;
        font-size:10pt;
        background-color:maroon;
        color:white;
        border-style:solid;
        text-align:left;
        width:85px;
        font-weight:bold;
	padding: 5px;
	text-align:center;
}

