body  {
background-color: black;
font-family: arial;
font-size: 10pt;
color: black;
}

div  {
position: absolute;
}

div.one  {
z-index :0;
left: 0px;
top: 0px;
}

div.two  {
z-index: 1;
left: 250px;
top: 75px;
}

div.three  {
z-index: 1;
left: 300px;
top: 220px;
}

div.four  {
z-index: 1;
left: 10px;
top: 125px;
}

div.five  {
z-index: 1;
left: 320px;
top: 120px;
}

div.six  {
z-index: 1;
left: 10px;
top: 20px;
}

div.seven  {
z-index: 1;
left: 250px;
top: 205px;
}

p  {
font-size: 9pt;
font-family: arial;
font-weight: normal;
color: #663333;
text-align: left;
line-height :9pt;
margin-left: 50pt;
margin-right: 50pt;
}

p.general  {
font-size: 9pt;
font-family: arial;
font-weight: normal;
color: #663333;
text-align: center;
}

p.normal  {
font-size: 9pt;
font-family: 'Times New Roman';
font-weight: bold;
color: white;
text-align: center;
}

h1  {
font-size: 12pt;
font-family: arial;
font-weight: bold;
color: #663333;
text-align: center;
}

h2  {
font-size: 9pt;
font-family: arial;
font-weight: bold;
color: #663333;
text-align: center;
}

h3  {
font-size: 9pt;
font-family: arial;
font-weight: bold;
color: #663333;
margin-left: 50pt;
text-align: left;
}

h4  {
font-size: 9pt;
font-family: arial;
font-weight: bold;
line-height: 9pt;
color: #663333;
margin-left: 50pt;
text-align: left;
}

a  {
font-size: 8pt;
font-family: arial;
font-weight: normal;
color: red;
text-decoration: none;
}  


a:hover  {
font-size: 8pt;
font-family: arial;
font-weight: bold;
color: red;
text-decoration: none;
background-color: #663333;
}  

a:link  {
font-size: 8pt;
font-family: arial;
font-weight: bold;
text-decoration: none;
color: red;
}

a:visited  {
font-size: 8pt;
font-family: arial;
font-weight: bold;
text-decoration: none;
color: red;
}

a:active  {
font-size: 8pt;
font-family: arial;
font-weight: bold;
text-decoration: none;
color: red;
}

div.byline  {
font-size: 7pt;
line-height: 7pt;
font-family: arial;
font-weight: normal;
color: white;
margin-left: 50pt;
margin-right: 50pt;
text-align: center;
}

p.footnote  {
font-size: 7pt;
line-height: 7pt;
font-family: arial;
font-weight: normal;
color: #663333;
margin-left: 50pt;
margin-right: 50pt;
text-align: left;
}


