body
{
  font-family: "Arial", sans-serif;
  font-size: 10pt;
  text-align: left;
}

.titletext
{
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 20pt;
  color: #174888;
  text-align: left;
}
.subtitletext
{
  margin-top: 10px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: #174888;
  text-align: left;
}

.regular
{
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: "Arial", sans-serif;
  font-size: 10pt;
  font-stretch: narrower;
  text-align: left;
  width: 100%;
  clear: left;
}

.small-italic
{
  font-family: "Arial", sans-serif;
  font-size: 10pt;
  font-style: italic;
}

ul.regular
{
  margin-left: 0px;
  border-left: 0px;
  padding-left: 30px;
  list-style: disc;
}

li.regular
{
  padding-top: 10px;
  font-family: "Arial", sans-serif;
  font-size: 10pt;
}

.regular-list
{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}

.smalltext
{
  font-size: 10pt;
}

.tinytext
{
  font-size: 10pt;
}

a
{
  color: #000099;
}

.link-image
{
  border-style: none;
}

.separator
{
  width: 100%;
  color: #070707;
  background-color: #070707;
}

.boldtext
{
  font-weight: bold;
}

.boldblue
{
  font-weight: bold;
  color: #00007f;
}

.redtext
{
  color: #ff0000;
}

.underlinedtext
{
  text-decoration: underline;
}

.thumbnail
{
  border: 0px;
}

.thumbnail-panel
{
  float: left;
  width: 20%;
  height: 100%;
  padding-top: 5px;
  display: block;
}

.description-panel
{
  float: right;
  font-size: 10pt;
  width: 77%;
  padding-left: 10px;
  height: 100%;
}

.list-first
{
  color: #990033;
}

a.list-first
{
  color: #990033;
}

.italics
{
  font-style: italic;
}
.sup
{
  vertical-align: sup;
}

.bold
{
	font-weight:bold;
}
.microtext
{
	font-size:8pt;
}

.nowrap
{
	white-space:nowrap;
}