body {
  font-family: Arial;
  font-size: 10pt;
}
p, li, table, td {
  text-align: justify;
  font-size: 10pt;
}
a {
  color: #444444;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 16pt;
  color: #74757D;
  font-weight: bold;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
h2 {
  font-size: 12pt;
  font-weight: bold;
  color: #444444;
}
hr {
  border: 1px solid #AAAAAA;
}
.biblelink:link, .biblelink:visited {
  font-weight: normal;
  text-decoration: none;
  color: #444444;
}
.biblelink:active, .biblelink:hover {
  font-weight: normal;
  text-decoration: underline;
  color: #444444;
}
.phigh_left {
  margin-left: 20px;
  padding-left: 10px;
  border-left: 4px solid #F36366;
  padding-right: 30px;
}
.phigh_right {
  margin-right: 20px;
  padding-right: 10px;
  border-right: 4px solid #F36366;
  padding-left: 30px;
}
.pcenter {
  text-align: center;
}

.a_001 {
  text-align: right;
  padding: 0px 20px 0px 0px;
}
.s_001 {
  font-size: 10pt;
}
.s_002 {
  color: #666666;
  vertical-align: top;
}

th {
	font-weight: bold;
	background-color: #CCCCCC;
	border-bottom: 2px solid #FFFFFF;
}

td.line1 {
	text-align: left;
	background-color: #EEEEEE;
	border-bottom: 2px solid #FFFFFF;
}
td.line2 {
	text-align: left;
	background-color: #F8F8F8;
	border-bottom: 2px solid #FFFFFF;
}
.biblecode_highlight {
	background-color: #FCBEBF;
}
