html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

h1 {
  margin-left: 0px;
  margin-right: 0px;
  line-height: 19pt;
  color: #ffffff;
  font-weight: normal;
  font-family: Arial,sans-serif;
  font-size: 19pt;
}
h3 {
  font-size: 18pt;
  font-style: italic;
  color: #868686;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 14px;
  line-height: 14pt;
  font-family: Times New Roman;
  text-align: left;

}
}
p {
  font-size: 11pt;
  color: #868686;
  margin-left: 0px;
  margin-bottom: 15px;
  margin-right: 0px;
  line-height: 15pt;
  font-family: Arial,Helvetica,sans-serif;
  text-align:left;
}
p.italic {
  font-size: 14pt;
  font-style: italic;
  color: #868686;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  line-height: 14pt;
  font-family: Times New Roman;
  text-align: left;

}
p.italic2 {
  font-size: 14pt;
  font-style: italic;
  font-weight: bold;
  color: #868686;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  line-height: 14pt;
  font-family: Times New Roman;
  text-align: left;

}
td {
  font-size: 11pt;
  color: #433B36;
  font-family: Arial,Helvetica,sans-serif;
  margin-left: 180px;
  margin-right: 160px;
  line-height: 15pt;
  text-align:left;
  vertical-align:top;
}
a {
  margin-left: 0px;
  margin-right: 0px;
  font-family: Times New Roman;
  font-size: 14pt;
  font-weight: normal;
  line-height: 14pt;
  font-style: italic;
  color: #6b9cbc;
  text-shadow: #e6e6e6 3px 2px;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #6b9cbc;
  font-weight: normal;
}
a:active {
  text-decoration: none;
  color: #6b9cbc;
  font-weight: normal;
}
a:hover {
  font-size: 14pt;
  color: #bc6b6b;
  font-family: Times New Roman;
  }
  a.tooltip:hover {
background: transparent;
z-index: 100;
}
a.tooltip span {
display: none;
text-decoration: none;
}

a.tooltip:hover span {
font-size: 12pt;
line-height: 12pt;
display: block;
position: absolute;
top: -105px;
left: 0;
width: 370px;
z-index: 100;
color: #000000;
border: 1px solid;
border-color: #FFFFFF #D5D7DB #D5D7DB #FFFFFF;
border-left: 4px solid #6b9cbc;
padding: 2px 10px 2px 10px;
background: #EEEEEE;
font-family: Arial,sans-serif;
font-style: Normal;
text-align: left;
}

#centeredDiv
{
position: absolute;
left: 50%;
width: 800px;
margin-left: -400px;
top: 50%;
height: 600px;
margin-top: -300px;
background-color: #FFFFFF;
}