body, p, ul, table, li, h1, h2, h3, h4 { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
}

p {
  /*text-align: justify; */
  margin-top: 6pt;
  margin-bottom: 3pt;
}


h1 {
  font-size : 14pt;
  font-weight: bold;
  margin-bottom : 6pt;
  margin-top : 12pt;
}
h2 {
  font-size : 12pt;
  font-weight: bold;
  margin-bottom : 5pt;
  margin-top : 10pt;
}
h3 {
  font-weight: bold;
  margin-top : 6pt;
  margin-bottom : 3pt;
}
h4 {
  font-style: italic;
  margin-top : 6pt;
  margin-bottom : 3pt;
}

p.csc-uploads-description {
  margin-top: -8pt;
}

p.small {font-size: 9pt}
p.small-vspace {margin-top: 2pt; margin-bottom: 0}

.indent-except-first {text-indent:-1cm; margin-left:1cm}
.indent {margin-left: 1cm}
.indent2 {margin-left: 2cm}
.indent3 {margin-left: 3cm}

a:link {text-decoration: none ;color: #006699;}
a:visited {text-decoration: none ;color: #006699;}
a:active {text-decoration: none ;color: #006699;}
a:hover {text-decoration: underline ;color: #000000;}

code, .code {font-family: Courier New, Courier, fixed}

.content th, .content td {vertical-align: top}

ul {
  list-style-type: square;
}
ul * ul {
  list-style-type: disc;
}
ul * ul * ul {
  list-style-type: circle
}

.content table table ul {
  padding-left: 1em;
  margin-left: 0em;
  margin-bottom: 0em;
  margin-top: 0em;
}

li {
  margin-top: 0.5em;
}

td > ul:first-child > li:first-child, td > ol:first-child > li:first-child, td > p:first-child{
  margin-top: 0em;
}
