/**************** Common Styles ****************/

body {
  color: black;
  background-color: white;
  font-family: "times new roman", times, roman, serif;
  font-size: 12pt;
  margin: 0;
  padding: 0;
}

a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

#content a[href]:after {  /* Prints the links' URIs after the links' texts. Doesn't work in MSIE */
  content: "<" attr(href) ">";
  font-size: 90%;
  padding-left: 1ex;
}

/**************** Tables ****************/
table.table {
  background-color: #FFF;
  width: 100%;
  border: 1px solid #000;
  border-collapse:collapse;
}

#content .table a[href]:after {  /* Prints the links' URIs after the links' texts. Doesn't work in MSIE */
  content: "" !important;
}

table.table th {
  padding:2px 5px;
  background-color:#FFF;
  color:#000;
  border: 1px solid #000;
  border-collapse:collapse;
  text-align: center;
  font-weight: bold;
  font-style: italic;
}

table.table td {
  padding:3px 5px;
  border: 1px inset #000;
}

table.table td img {
  border: 1px solid #a0a0a0;
}

table a {
  font-weight: bold;
  color: #000
}

ol {
  margin: -0.25em 0 1em 0;
  padding: 0;
}

ul {
  list-style-type: square;
  margin: -0.25em 0 1em 0;
  padding: 0;
}

dl {
  margin: 0 0 1em 0;
  padding: 0;
}

ul li {
  margin: 1ex 0 0 1.5em;
  padding: 0;
}

ol li {
  margin: 1ex 0 0 1.5em;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

dd {
  margin: 0 0 0 1.5em;
  padding: 0;
}

.doNotPrint {
  display: none;
}


/**************** Header ****************/

.superHeader {
  display: none;
}

#header {
  color: black;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid black;
}

#header h1 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 200%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

#header span {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 110%;
  font-weight: normal;
  font-style: italic;
  margin: 0;
  padding: 0 0 1ex 0;
}

#navcontainer {
  display: none;
}

/**************** Content ****************/

#content p {
  text-align: justify;
  margin: 0 !important;
  padding: 0;
}

#content h1 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 120%;
  margin: 2ex 0 1ex 0;
  padding: 0;
}

#content h2 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 110%;
  margin: 0;
  padding: 2ex 0 0.5ex 0;
}

#content h3 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 2ex 0 0.5ex 0;
}

#content h1 + h2 {
  padding-top: 0;
}

h2 a:after {
  content: "" !important;
}

.smallCaps {
  font-variant: small-caps;
}

.pic_row a[href]:after {
  content: "" !important;
}


/**************** Footer ****************/

#footer {
  color: black;
  background-color: transparent;
  font-size: 100%;
  text-align: center;
  margin: 2em 0 0 0;
  padding: 1ex 0 0 0;
  border-top: 1px solid black;
  display: block;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}