h1 {
  font-family: arial, sans-serif;
  font-size:20px;
  color:#800000;
  text-align:center;
  width:750px;
	margin-top:0;
  margin-bottom:4px
}
h2 {
  font-family: tahoma, sans-serif;
  font-size:11px;
  color:darkblue;
  text-align:center;
  width:750px;
  margin-top:0;
	margin-bottom:0;
  font-weight:normal
}
p  {
  margin-top:0
}
div.intro {
  font-family:verdana,sans-serif;
  color:black;
  font-size:10px;
  margin-left:1.1cm;
  margin-bottom:0.1cm;
  margin-top:6px;
  text-align:center;
  width:720;
}
div.intro p  {
  margin-bottom:8px
  }
p.pref  {
  font-weight:bold;
  margin-bottom:6px
}
p.close {
  margin-bottom:4px
}
div#tbldiv  {
  position: absolute;
  top:152px;
}
table  {
  margin-left:1cm;
  margin-top:0;     
  width:720;
  background-color:#FDF5E6;
  border-left:solid 1px darkblue;  
  border-right:solid 2px darkblue;   
  border-bottom:solid 2px darkblue;
}

td.hdg {
  font-family:arial;
  padding:2px 7px;
  height:1cm
}
td.hdg p {
  font-size:13px; 
  margin-top:9px; 
  margin-bottom:0;
  font-weight: bold;
}
td   {
  font-family:arial;
  font-size:12px;
  vertical-align:top;
  padding:10px 7px;
}
td.leftcol  {
  width:170;
  border-right:solid 1px #d3d3d3; 
  border-left:solid 1px darkblue; 
  border-top:solid 1px #d3d3d3
}
td.rightcol  {
  width:550;
  border-right:solid 2px darkblue;
  border-top:solid 1px #d3d3d3
}
span.instr  {
  color:#000080
}
span.cw     {
  color:red
}
a:visited  {
  color:blue;
  text-decoration:underline
}
a.sel {
  color:#800000;
  text-decoration:none
}
a.sel:visited {
  color:#800000;
  text-decoration:none
}  

div#ddimagetabs { 
  position:relative;   
/*			top:130px;  */
  margin-left:1cm; 
  margin-top:0px;
  margin-bottom:0
}

#ddimagetabs a {
  display: block;
  text-decoration: none;
  font: bold 12px Arial; /*tab font */
  color:white;
  width: 52px; /*width of tab image (initially 86px)  */
  height: 22px; /*height of tab image (initially 22px)  */
  float: left;
  display: inline;
  margin-left: 3px; /*spacing between tabs */
  padding-top: 6px; /*vertical offset of tab text from top of tab*/
	padding-bottom: 0;
/*  background-image:url(newbluetab6c.jpg);*/ /*URL to tab image */
/*   background-repeat: no-repeat;
 	border: solid 1px black;    */
	background-color:#000080;
	background-position: bottom;  
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
  text-align: center;
}
#ddimagetabs a.sel{
  border-bottom: solid 1px #000080
}

#ddimagetabs a.unsel{
  border-bottom: solid 1px white
}
div#drop {
  position: absolute;
  left:70%; 
  top:0.5cm
}
div#PrintVer {
	position: absolute;
	top:20px;
	left:17.8cm;
	
}
div#PrintVer a {
	font-family: Arial;
	font-size:12px;
	color:#0000ff
}	