<!--
body {
 margin:0px;
 max-height : none;
 max-width : none;
 padding:0px;
 background-color:#000000;
 color:#FFFFFF;
}

table, tr, td { 
 font-family:Verdana, Helvetica, Sans-Serif;
 font-size:9pt;
 line-height:17pt;
 margin:0px;
 padding:0px;
 border:0px;
}

a { color:#FFFFFF; }

img { border:0px; }
.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }
.justify { text-align:justify; }
.top { vertical-align:top; }
.middle { vertical-align:middle; }
.bottom { vertical-align:bottom; }
.h-100-p { height:100%; }
.h-50-p { height:50%; }
.w-100-p { width:100%; }
.w-50-p { width:50%; }
.italic { font-style:italic }
.bold { font-weight:bold }
.normal { font-style:normal; }


h1 {
font-size:13pt;
color:#EEEEEE;
font-family:Verdana, Arial, Helvetica, Sans-Serif;
display:inline;
line-height:13pt;
}

h2 {
font-size:11pt;
color:#EEEEEE;
font-family:Verdana, Arial, Helvetica, Sans-Serif;
display:inline;
}

h3 {
font-size:9pt;
color:#EEEEEE;
font-family:Verdana, Arial, Helvetica, Sans-Serif;
display:inline;
}
-->