/* text */
h1 {
  border-style: none;
  font-size: 14pt;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 16pt;
  color: black;
  font-weight: bold;
}
h2, big {
  border-style: none;
  font-size: 12pt;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 14pt;
  color: black;
  font-weight: bold;
}
body, table, p, h4, div, td, th, tr, ol, ul, li, form
 {
  border-style: none;
  font-size: 10pt;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 12pt;
  color: black;
}
input, textarea, select {
  border: 1px solid black;
  color: black;
  font-size: 9pt;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 10pt;
  font-weight: normal;
}
p.rightcolumn {
  border-style: none;
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 8pt;
  line-height: 10pt;
  color: black;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}

/* links */
a {
  border-style: none;
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt;
  line-height: 12pt;
  color: blue;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-align: justify;
}
a.hover {
  text-decoration: underline;
  background-color: #ffcc33;
}
a.rightcolumn {
  border-style: none;
  text-decoration: underline;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 8pt;
  line-height: 10pt;
  color: blue;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
a.leftnav {
  border-style: none;
  text-decoration: none;
  color: #2895c6;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-align: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 14px;
  background-color: white;
}
a.leftnav:hover {
  background-color: #ffc86c;
  text-decoration: underline;
}
a.leftnav:visited {
  color: #2895c6;
}

/* separaters */
div.maintitle {
  border-bottom: 1px solid #ccccff;
  text-align: center;
  font-size: x-large;
  width: 75%;
}
div.subtitle {
  font-size: medium;
  text-align: center;
}
div.small_nav {
  font-size: xx-small;
}
div.divider {
  border-top: 1px solid;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
div.announce {
  border: 1px solid #990000;
}
span.parahead {
  font-size: medium;
  font-weight: bold;
}
span.error {
  color: #990000;
}
span.alert {
  color: #ff0000;
}

/* tables */
td.leftcolumn {
  border-color: #000000;
  border-right-style: solid;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 16px;
  background-color: white;
}
td.rightcolumn {
  border-style: none;
  text-decoration: none;
  color: black;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-align: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 8px;
  line-height: 10px;
}
td.footer {
  border-style: none;
  text-align: center;
  font-size: 10px;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 12px;
  color: black;
  background-color: white;
}
td.maintext {
  padding-top: 2em;
  padding-right: 2em;
  padding-left: 2em;
  border-style: none;
  font-size: 10pt;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 12pt;
  color: black;
}
td.banner {
  background-color: #2895c6;
  border-style: none;
  text-decoration: none;
}

/* lists */
ul.leftnav {
  list-style-type: circle;
  margin-left: 1em;
  padding-left: 1em;
}
li.leftnav {
  padding: 0.25em;
}


