body,td,tr {
  font-size:11px;
  line-height:15px;
  font-family:verdana,arial,sans-serif;
  color:black;
  background-color:#ECEAE5;
}
.slight {
	color:#8B7F6B;
}
.slighter {
  color:#BCB4A5;
}
.indent {
  /*margin-left:12px;*/
  /*margin-right:12px;*/  
  margin-left:24px;
  margin-right:24px;
}

.rowmod0 {
	background-color:#ECEAE5;
}
.rowmod1 {	
	background-color:#E3E1DC;
}
.rowtop {
  background-color:black;
}
.coltop {
  color:#ECEAE5;
  background-color:black;
  font-family:verdana,arial,sans-serif;
  /*font-family:trebuchet ms,arial,sans-serif;*/
  font-weight:bold;  
  font-size:11px;
  line-height:15px;
  /*font-size:10pt;*/
}

.producttitle {
  font-family:verdana,arial,sans-serif;
  font-size:32px;
  line-height:32px;
  font-weight:bold;
  font-style:italic;
  color:#7F0003;
}

.header {
  font-family:verdana,arial,sans-serif;
  font-weight:bold;
  /*color:#8B7F6B;*/
  font-size:18px;
}

.subheader {
  font-family:verdana,arial,sans-serif;
  font-weight:bold;
  font-size:14px;
}

pre {
  border:1px dashed #BCB4A5;
  padding:6px;
  font-family:Courier New,monospace;
  font-size:10pt;
}

pre.code {
  border:1px dashed #BCB4A5;
  padding:6px;
  font-family:Courier New,monospace;
  font-size:10pt;
}

/* standard efflare styles pasted above here */

a {
  color:#7F0003;
  text-decoration:none;
  border-bottom:1px solid #BCB4A5;
}

a:hover {
  border-bottom:1px solid #7F0003;
}

a.nounderline {
  border-bottom:0px;
}
a.nounderline:hover {
  border-bottom:0px;
}

a.codelink {
  color:#7F0003;
  text-decoration:none;
  border-bottom:0px;
}
a.codelink:hover {
  text-decoration:underline;
  border-bottom:0px;
}

.navtable {
  /*border:1px solid black;*/
}

.contenttable {
}

hr {  
  height:1px;
  border:1px dashed #8B7F6B;
}

hr.solid {  
  height:1px;
  border:1px solid #8B7F6B;
}

hr.inner {
  border:1px dashed #BCB4A5;
}
