body {
  background-color: white;
  font-family: arial,helvetica,sans-serif;
  font-weight: normal;
  font-size: 12pt;
  line-height: 16pt;
  text-decoration: none;
  color: black;
}

h1 {
  background-color: transparent;
  color: #3A3A3A;
  font-family: helvetica,sans-serif;
  font-size: 16pt;
  line-height: 24pt;
  text-align: left;
  font-weight: bold;
  font-variant: small-caps;
  border-style: none;
  border-bottom: 1px dashed #0000cc;
}

h2 {
  background-color: transparent;
  color: #3A3A3A;
  font-family: arial,helvetica,sans-serif;
  font-size: 12pt;
  line-height: 14pt;
  text-align: left;
  font-weight: bold;
  font-variant: small-caps;
  border-style: none;
  border-bottom: 1px dotted #999999;
}

.mainText {
  background-color: transparent;
  font-family: arial,helvetica,sans-serif;
  font-weight: normal;
  font-size: 12pt;
  line-height: 16pt;
  text-decoration: none;
  color: black;
  margin: 1em;
}

div#leftIndent {
  margin: 0em 0em 0em 0em;
  padding-left: 1em;
}

a:link {
  background-color: transparent;
  font-family: arial,helvetica,sans-serif;
  text-decoration: underline;
  font-size: 12pt;
  line-height: 16pt;
  color: #000099;
}

a:visited {
  color: #000099;
  text-decoration: underline;
}

a:hover {
  color: #ff6600;
  text-decoration: underline;
}

a.menu:link {
  background-color: transparent;
  font-family: arial,helvetica,sans-serif;
  text-decoration: none;
  font-size: 11pt;
  font-weight: none;
  line-height: 18px;
  color: #000099;
  border-style: none;
}

a.menu:visited {
  color: #000099;
  font-family: arial, helvetica,sans-serif;
  text-decoration: none;
  font-size: 11pt;
  font-weight: none;
  border-style: none;
}

a.menu:hover {
  color: #ff6600;
  font-family: arial,helvetica,sans-serif;
  text-decoration: none;
  font-size: 11pt;
  font-weight: none;
  border-style: none;
  border-bottom: 1px dotted #000099;
  border-top: 1px dotted #000099;
}

.rightSepLine {
  border-style: none;
  border-right: 1px dotted #999999;
}

.footer {
  font-family: sans-serif;
  font-size: 10pt;
  color: #ffffff;
  background-color: #9fb7e7;
  line-height: 16px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}

ul {
    list-style-position: outside;
    list-style-type: square;
    padding: 0em 2em;
    margin: 0px;
}
#papers ul li {
    border-bottom: 1px solid #aaa;
    border-right-style: none;
    border-left-style: none;
    margin: 5px 0px 0px;
}

