<style type="text/css">
ul {
        list-style-type: none;
        font-size: 10pt;
        }
li {
        list-style-type: none;
        font-size: 10pt;
        }
ul.sub1 {
        margin-left: 20px;
        padding: 0px;
        }
li.sub1 {
        list-style-type: square;
        font-size: 9pt;
        }
table {
	border: 0px solid;        
	}
td.imgframe { 
        border: 0px solid black;
        padding: .5em;
        }
td.cell1 {
	width: 30%;
	text-align: center;
	border: 0px solid black;
	}
td.cell2 {
	width: 70%;
	border: 0px solid black;
	padding-top: 10px;
	} 
td.cell3 {
	width: 30%;
	vertical-align: top;
	border: 0px solid black;
	}
td.cell4 {
	width: 70%;
	vertical-align: top;
	border: 0px solid black;
	margin-right: 2em;
	margin-left: 0em;
	}
td.cell5 {
	vertical-align: top;
	border: 0px solid black;
	}
td.footer {
	width: 100%;
	text-align: right;
	border: 0px solid black;
	padding-right: 2em;
	font-size: 8pt;
	}
td.right {
        width: 20%;
	text-align: right;
	border: 0px solid black;
	font-size: 8pt;
	}
td.left {
        width: 20%;
	text-align: left;
	border: 0px solid black;
	font-size: 8pt;
	}
td.middle {
        width: 60%;
	text-align: center;
	border: 0px solid black;
	font-size: 8pt;
	}
td.myinput {
	border: 0px solid black;
	font-size: 10pt;
	}
p {
	text-align: justify;
	font-size: 10pt;
	}
table.base {
	background: grey;
	width: 800px;
	height: 1000px;
	border: 0;
	padding: 10pt;
	}
table.content {
	border: 1px solid silver;
	height: 650px;
	width: 95%;
	padding-left: 10px;
	vertical-align: top;
	}
table.header2 {
	border: 1px solid silver;
	width: 95%;
	padding-top: 0px;
	}
body {
	background: silver;
	}
b.address {
	color: rgb(20,96,175);
	}
p.header2 {
	color: rgb(20,96,175);
        font-size: 19pt;
        text-align: left;
	}
p.header3 {
	color: rgb(20,96,175);
        font-size: 14pt;
	}
h2,h3 {
	color: rgb(20,96,175);
	/* color: blue; */
	}
h4 {
	color: red;
	font-style: italic;
	}
img.logo {
	height: 90px;
	}
img.mypic {
	width: 100%;
	height: 200px;
	}
img.myicon {
        border: 0px;
	height: 25px;
	vertical-align: middle; 
	}
div.content {
        border: 0px solid black; 
        height: 645px; 
        overflow: auto; 
        padding-right: 10px;
        }
</STYLE>

