/* tags.css */

body {
  font-family: Tahoma, Arial, sans-serif;
  background-color: #575959;
  background-image: url(/images/body_bg.gif);
  background-position: top left;
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 75%;
  text-align: center;
}

h1, h2, h3, h4, h5, h6, p, blockquote, font, caption, th, td, li, dt, dd, div {
  font-family: Tahoma, Arial, sans-serif;
}

font {
  font-size: 100%;
  color: inherit;
}

table {
  border-collapse: collapse;
}

th, td {
  color: #000000;
  text-align: left;
  vertical-align: top;
}

p {
  color: #000000;
  margin: 0 0 20px 0;
  padding: 0;
}

p.synopsis {
  font-weight: bold;
}

pre {
  font-size: 100%;
}

h1 {
  font-size: 175%;
  font-weight: bold;
  color: #000000;
  margin: 0 0 0 0;
}

h2 {
  font-size: 150%;
  font-weight: bold;
  color: #4b7bb3;
  margin: 0;
  border-bottom: 1px solid #4b7bb3;
}

h3 {
  font-size: 135%;
  font-weight: bold;
  color: #000000;
  margin: 0 0 20px 0;
  padding: 0;
}

h4 {
  font-size: 120%;
  font-weight: bold;
  color: #4b7bb3;
  margin: 0 0 0 0;
  border-bottom: 1px solid #4b7bb3;
}

h5 {
  font-size: 110%;
  font-weight: bold;
  color: #000000;
  margin: 10px 0 0 0;
  padding: 2px 0;
  border-bottom: 1px solid #4b7bb3;
}

h6 {
  font-size: 100%;
  font-weight: bold;
  color: #4b7bb3;
  margin: 10px 0 0 10px;
  padding: 2px 0 2px 5px;
  border-left: 15px solid #000000;
  border-bottom: 1px solid #4b7bb3;
}

hr {
  width: 100%;
  height: 1px;
  background-color: #4b7bb3;
  border-style: none;
  border-color: #4b7bb3;
  color: #4b7bb3;
  margin: 0;
  border: 0;
}

ol, ul {
  margin: 0 0 20px 35px;
  padding: 0;
}

ul {
  margin: 0 0 20px 15px;
  list-style-image: url(/images/bullet_arrow_4b7bb3.gif);
}

li {
  color: #000000;
  margin: 0 0 0 0;
  padding: 0;
}

a:link, a:visited {
	color: #4b7bb3;
  text-decoration: none;
}

a:focus, a:hover, a:active {
	color: #4b7bb3;
  text-decoration: underline;
}

address {
  margin: 0 0 20px 0;
}

dd address {
  margin: 0 0 0 0;
}

dl {
  margin: 0 0 20px 0;
}

dl.small {
  font-size: 80%;
}

dl.smallright {
  font-size: 80%;
  color: #ffffff;
}

dt {
  font-weight: bold;
  color: #000000;
}

dl.small dt {
  font-weight: bold;
}

dl.smallright dt {
  font-weight: bold;
  color: #ffffff;
}

dl.smallright dd {
  color: #ffffff;
}

dd {
  margin: 0 0 0 20px;
  color: #000000;
}

dl.inline, dl.inline dt, dl.inline dd {
  display: inline;
  margin: 0;
}

dl.inline dt {
  padding-right: 1em;
}

blockquote {
  font-style: normal;
  height: auto;
  padding: 5px;
  border: 1px solid #999999;
  background-color: #dddddd;
}

blockquote cite {
  color: #ff882e;
  font-size: 90%;
  font-style: italic;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  text-align: right;
}

blockquote.enhanced {
  margin: auto 0;
  background-color: transparent;
  border: 0;
  padding: 0;
}

blockquote.enhanced cite {
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  width: auto;
  height: 50px;
}

acronym, abbr, .abbr {
  border-bottom: 1px dashed #005984;
  cursor: help;
}

.imgAlignLeft {
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #000000;
}

.imgAlignRight {
  float: right;
  margin: 0 0 10px 10px;
  border: 1px solid #000000;
}

.data {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 10px 0;
}

.data th, .data td {
  border-width: 1px 0;
  border-style: dotted;
  border-color: #4b7bb3;
  padding: 2px 4px;
  text-align: left;
  vertical-align: top;
}

td.left, th.left {
  text-align: left;
}

td.center, th.center {
  text-align: center;
}

td.right, th.right {
  text-align: right;
}

td.top, th.top {
  vertical-align: top;
}

td.middle, th.middle {
  vertical-align: middle;
}

td.bottom, th.bottom {
  vertical-align: bottom;
}

.more {
  display: block;
  text-align: right;
  font-size: 95%;
}

.topLink {
  font-size: 80%;
  text-align: right;
  margin: 10px 0 0 0;
  display: block;
  border-bottom: 1px solid #4b7bb3;
  padding: 2px 0;
  border-left: 0;
  padding: 0;
}

.topLink a {
  display: block;
  padding: 5px 0 0 0;
  width: 100%;
}

.print {
  display: none;
}

