/* tags.css */

body {
  background-color: #0f0f0f;
  color: #ffffff;
  font-family: tahoma, arial, sans-serif;
  font-size: 75%;
  margin: 0;
}

p, th, td, font {
  font-size: 100%;
  color: #ffffff;
  font-family: tahoma, arial, sans-serif;
}

blockquote {
  font-style: normal;
  margin: 0 auto 20px auto;
  background-image: url(/images/containers/svn_4/quote-open.gif);
  background-position: top left;
  background-repeat: no-repeat;
  background-color: none;
}

blockquote div {
  padding: 15px 30px;
  background-image: url(/images/containers/svn_4/quote-close.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}

blockquote cite {
  font-size: 90%;
  font-style: italic;
  font-weight: bold;
  display: block;
  margin: 0px auto;
  text-align: right;
}

acronym, abbr, .abbr {
  border-bottom: 1px dashed #ffffff;
  cursor: help;
}

.imgAlignLeft {
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #ffffff;
}

.imgAlignRight {
  float: right;
  margin: 0 0 10px 10px;
  border: 1px solid #ffffff;
}


hr {
  background-color: #6c7172;
  border-color: #6c7172;
  border-style: solid;
  border-width: 1px 0 0 0;
  color: #6c7172;
  height: 1px;
  width: 100%;
  margin: 0;
}

h1 {
  font-family: arial, helvetica, sans-serif;
  color: #5777b2;
  font-size: 160%;
  margin: 0 0 5px 0;
  text-align: left;
}

h2 {
  font-family: arial, helvetica, sans-serif;
  color: #5777b2;
  font-size: 145%;
  margin: 20px 0 5px 0;
  text-align: left;
  border-bottom: 1px solid #5777b2;
}

h3 {
  font-family: arial, helvetica, sans-serif;
  color: #5777b2;
  font-size: 130%;
  margin: 0 0 15px 0;
  text-align: left;
}

h4 {
  font-family: arial, helvetica, sans-serif;
  color: #5777b2;
  font-size: 115%;
  margin: 0 0 5px 0;
  text-align: left;
}

h5 {
  font-family: arial, helvetica, sans-serif;
  color: #5777b2;
  font-size: 100%;
  margin: 0 0 10px 0;
  text-align: left;
}

h6 {
  font-family: arial, helvetica, sans-serif;
  color: #5777b2;
  font-size: 90%;
  margin: 0 0 5px 0;
  text-align: left;
}

h6.topLink {
	color: #6c7172;
  text-align: right;
  font-size: 80%;
  border-bottom: 1px solid #6c7172;
}

h6.topLink a {
	color: #6c7172;
  display: block;
}

p {
  margin: 0 0 25px 0;
}

a:link, a:visited {
  color: #5777b2;
  text-decoration: underline;
}

a:focus, a:hover, a:active {
  color: #6c7172;
  text-decoration: underline;
}

table, td, th, p {
  font-size: 100%;
}

dl {
  margin: 0 0 25px 0;
}

dt {
  font-weight: bold;
  padding: 0;
  margin: 0;
}

dd {
  padding: 0;
  margin: 0 0 0 15px;
}

ol, ul {
  margin: 0 0 20px 35px;
  color: #ffffff;
  padding: 0;
}

ul {
  margin-left: 15px;
  list-style-image: url(/images/containers/svn_4/bullet_ffffff.gif);
}

li {
  color: #ffffff;
}

small, .small {
  font-size: 90%;
}

.print {
  display: none;
}

p, blockquote {
  line-height: 150%;
}

blockquote.enhanced cite {
  line-height: 110%;
}

h1 {
  line-height: 180%;
}

h2 {
  line-height: 150%;
}

h3 {
  line-height: 130%;
}

h4 {
  line-height: 115%;
}

h1 {
  line-height: 100%;
}

h1 {
  line-height: 90%;
}

.clearLeft {
  clear: left;
}

.clearRight {
  clear: right;
}

.clearBoth {
  clear: both;
}

ul.flat {
  width: 100%;
  margin: 2px 0px;
  padding: 0px;
  border-top: 1px solid #000000;
  white-space: nowrap;
}

ul.flat li {
  list-style-type: none;
  list-style-image: none;
  padding: 0px;
  margin: 0px 10px;
  font-size: 90%;
  display: inline;
}

ul.flat li.right {
  float: right;
  text-align: right;
  margin: 0px 0px 0px 10px;
}

ul.flat li.left {
  float: left;
  text-align: left;
  margin: 0px 10px 0px 0px;
}

ul.flat li.center {
  float: none;
  text-align: center;
  margin: 0px 10px;
}

dl.flat {
  display: block;
  margin: 2px 0px;
  padding: 0px;
}

dl.flat dt {
  float: left;
  margin: 0px 10px 0px 0px;
  padding: 0px;
}

dl.flat dd {
  float: left;
  margin: 0px 20px 0px 0px;
  padding: 0px;
}