
.heading {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 80%px;
	font-weight: bold;
	color: #CC6600;
	text-align: left;
	padding-bottom: 10px;
}
.heading2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #003366;
	letter-spacing: 1px;
}
.txt-basis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	letter-spacing: 1px;
	padding-right: 10px;
}

.txt-bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: 1px;
	padding-right: 10px;
}
.txt-intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	color: #999999;
	letter-spacing: 2px;
	padding-bottom: 10px;
}


.breed{
  width: 100%;}


body {
/*
  font-family: Verdana, "Trebuchet MS", Trebuchet, Arial,Sans-serif;
*/
  font-family: serif;
  font-size: 100%;

	}

#header {
  position:relative;
  border: solid 1px;
  padding: 1em;
  margin-bottom: 1em;
}

#content {
  position:relative;
  width: 100%;
  margin: auto;
}

.note {
  display: block;
  margin: 2em;
}

.right, .next, .prev, .TD.bgMenuItem, .noprint {
  display:none;
}

.corrRef {
  border-bottom: dotted 1px;
}

.corr:before {
  color: black;
  content: "[";
}

.corr:after {
  color: black;
  content: "]";
}

.b1, .b2, .b3, .b4, .b1b, .b2b, .b3b, .b4b {
  display:none;
}

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

div.p {
  margin: 1.33em 0;
  line-height: 1.3em;
}

/* deletions: <del> => <span class="del"> */
.del {
  text-decoration: line-through;
}

/* sublinear fragments ==> <span class="sub"> */
.sub {
  vertical-align: sub;
}

/* supralinear fragments ==> <span class="sup"> */
.sup {
  vertical-align: super;
}

/* underlined fragments ==> <span class="underline"> */
.underline {
  text-decoration: underline;
}

.underline_red {
  text-decoration: underline;
  color:red;
}

/* italic fragments ==> <span class="italic"> */
span.italic {
  font-style: italic;
}

/* bold fragments ==> <span class="bold"> */
span.bold {
  font-weight: bold;
}

/* smallcaps fragments ==> <span class="smallcaps"> */
span.smallcaps {
  text-transform: uppercase;
}

