/*resstylecss*/

body { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  background-color: white; 
  margin: 0; 
  border-width: 0; 
}
p { 
  color: black; 
  font-size: 10pt; 
}
td { 
  color: black; 
  font-size: 9pt; 
  text-align: center;
  padding: 2px 25px 2px 5px; 
}
th { color: black; font-size: 9pt; font-weight: bold; text-align: left; vertical-align: top; padding: 2px 25px 2px 5px; }
a:link { 
  color: black; 
  text-decoration: none; 
}
a:visited { 
  color: black; 
  text-decoration: none; 
}
a:hover { 
  color: black; 
  text-decoration: none; 
}
a:active { 
  color: black; 
  text-decoration: none; 
}
li { 
  color: black; 
  font-size: 10pt; 
  list-style-type: square; 
}
hr {  }
.pink { 
  color: black; 
  font-weight: bold; 
  text-decoration: underline; 
}
.smtxt { 
  font-size: 8pt; 
}
.center { 
  text-align: center; 
}
.left { text-align: left; }
.indent { 
  text-indent: 1em; 
}
.bold { 
  font-weight: bold; 
}
.res { 
  font-weight: bolder; 
  text-decoration: underline; 
}
.res_p { 
  color: black; 
  font-size: 12pt; 
  font-weight: bolder; 
  font-variant: small-caps; 
  text-decoration: underline; 
}
.underline { }

