<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Default style for links */
/*                         */
a:link:active  { color: #0000CC}
a:link         { color: #3366CC}
a:visited      { color: #9999CC}

/*---------- JP Added class for green dashed underline glossary entry  -------*/
a.GlosHeadFloat              
{ 
  text-decoration: none;
  color: #009900;
  border-bottom: 1px dashed green;
}

/* Added by JP Dec 24 2009 */
/* The horizontal rule that appears under the breadcrumbs is the same */
/* color as the breadcrumbs and the heading styles. */
/* info on hr change from here http://www.sovavsiti.cz/css/hr.html */
hr {
  border: 0;
  width: 100%;
  color: #003366;
  background-color: #003366;
  height: 1px; 
}
/* ------------- end of add ------------------------------*/



.WebWorks_Paragraph_List_Outer
{
  margin-left: 0pt;
  text-indent: 0pt;
}

.WebWorks_Paragraph_List_Inner
{
  background: transparent none;
  border: 0pt;
  clear: none;
  margin: 0pt;
  padding: 0pt;
  text-indent: 0pt;
}

/* Use this style to control spacing for inline related topics tags */
/*                                                                  */
div.WWHInlineRelatedTopics
{
  margin-top:    8px;
  margin-bottom: 4px;
}

div.WebWorks_Breadcrumbs
{
  /* Breadcrumb color customized by JP, December 22, 2009 */
  /* color: #999999; default grey color */
  /* color: #6666FF; slightly lighter blue than default breadcrumb blue #3366cc */
  color: #003366; /* same color as Heading style */
 
  font-family: sans-serif;
  /* Added customization Documentation Dec 12 2009 */
  /* commented out font-size 10pt; to set Breadcrumbs font to small */
  font-size: small;
}

a.WebWorks_Breadcrumb_Link
{
  text-decoration: none;
}

div.WebWorks_MiniTOC
{
  background-color: #EEEEEE;
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  font-family: sans-serif;
}

a.WebWorks_MiniTOC_Link
{
  text-decoration: none;
}

div.WebWorks_MiniTOC_Level1
{
  margin-left: 0pt;
}

div.WebWorks_MiniTOC_Level2
{
  margin-left: 12pt;
}

div.WebWorks_MiniTOC_Level3
{
  margin-left: 24pt;
}

div.WebWorks_MiniTOC_Level4
{
  margin-left: 36pt;
}

div.WebWorks_MiniTOC_Level5
{
  margin-left: 48pt;
}

div.WebWorks_MiniTOC_Level6
{
  margin-left: 60pt;
}

div.WebWorks_MiniTOC_Level7
{
  margin-left: 72pt;
}

div.WebWorks_MiniTOC_Level8
{
  margin-left: 84pt;
}

div.WebWorks_MiniTOC_Level9
{
  margin-left: 96pt;
}

div.WebWorks_MiniTOC_Level10
{
  margin-left: 108pt;
}
/* Company Info */
/*              */
td.WebWorks_Company_Logo_Top
{
  text-align: left;
}
td.WebWorks_Company_Name_Top
{
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
td.WebWorks_Company_Phone_Top
{
  text-align: left;
  font-size: 12px;
}

td.WebWorks_Company_Fax_Top
{
  text-align: left;
  font-size: 12px; 
}

td.WebWorks_Company_Email_Top
{
  text-align: left;
  font-size: 12px;
}

td.WebWorks_Company_Logo_Bottom
{
  text-align: left;
}

td.WebWorks_Company_Name_Bottom
{
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

td.WebWorks_Company_Phone_Bottom
{
  text-align: left;
  font-size: 12px;
}

td.WebWorks_Company_Fax_Bottom
{
  text-align: left;
  font-size: 12px; 
}

td.WebWorks_Company_Email_Bottom
{
  text-align: left;
  font-size: 12px;
}</pre></body></html>