/****************************************************************************/
/* File Name: etjava.css                                                    */
/*                                                                          */
/* Purpose:   CSS stylesheet for HTML documentation in Entrust/Toolkit for  */
/*            Java.                                                         */
/*                                                                          */
/* Created:   April 2001                                                    */
/****************************************************************************/

BODY {
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
  background-color: white;
  margin-left: .25in;
  margin-right: 10%;
}
A  {
  font-family: Verdana, Arial, Helvetica;
  cursor: auto;
}
A:link {
  color: #004080;
  background: transparent;
}
A:visited {
  color: darkred;
  background: transparent;
}
A:active {
  color: #004080;
  background: transparent;
}
a:hover {
  color: red;
}
H1 {
  font: bold 18px Verdana, Arial, Helvetica;
  padding-top: 0pt;
  padding-bottom: 0pt;
  margin-top:0pt;
  margin-bottom: 0pt;
}
H2 {
  font: 13pt Verdana, Arial, Helvetica;
}
H3 {
  font: 11pt Verdana, Arial, Helvetica;
  font-weight: 700;
}
H4 {
  font: 10pt Verdana, Arial, Helvetica;
}
CAPTION {
  font-family: Verdana;
  font-size: 10pt;
}
DIV {
  margin-left: .25in;
}
TH {
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
}
P {
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
}
UL {
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
  margin-top: 6pt;
  margin-bottom: 6pt;
  list-style: disc;
}
UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {
  list-style: circle;
}
OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {
  list-style: square;
}
UL UL UL UL {
  list-style: disc;
}
OL {
  font-family: Verdana, Arial, Helvetica;
  font-size: l2px;
  margin-top: 6pt;
  margin-bottom: 6pt; 
  list-style: decimal
}
UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {
  list-style: lower-alpha;
}
OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {
  list-style: lower-roman;
}
OL OL OL OL {
  list-style: decimal;
}
DL {
  font-family: Verdana;
  font-size: 12px;
}
DD {
  font-family: Verdana;
  font-size: 12px;
  margin-top: 6pt;
  margin-bottom: 6pt;
}
DT {
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  margin-top: 6pt;
  margin-bottom: 6pt;
 }
 .textcolour {
   color: #004080;
}
TABLE, TD {
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
  background-color: white;
  vertical-align: top;
}
TABLE {
  margin-top: 6pt;
  margin-bottom: 0pt;
}
.paddingheading {
 padding-top: 2pt;
 padding-bottom: 0pt;
 margin-top:0pt;
 margin-bottom: 0pt;
}
PRE  {
 margin-left: .25in;
}
SPAN {
 font-size: 8pt;
 }
CODE {
 font-family: monospace, "Courier New";
 font-size: 12px;
}
.cell {
  font-family: sans-serif, Arial, Helvetica;
  font-size: 12px;
}
.legal {
  font-family: sans-serif, Arial, Helvetica;
  font-size: 10px;
  margin-left: .0in;
}
.starthere {
 font-size: 11.5px;
 }
SMALL {
  font-family: Verdana;
  font-size: 10px;
}
.spacing {
  line-height: 14pt;
}
.tbl-copyright {
  background-color: FFFFFF;
}
INS {
  color: #FF0000;
  font-weight: bold;
} 