<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Javadoc style sheet */

/* Define colors, fonts and other style attributes here to override the defaults  */

/* Page background color */
body { background-color: #FFFFFF }

/* Table colors */
.TableHeadingColor     { background: #CCCCFF } /* Dark mauve */
.TableSubHeadingColor  { background: #EEEEFF } /* Light mauve */
.TableRowColor         { background: #FFFFFF } /* White */

/* Font used in left-hand frame lists */
.FrameTitleFont   { font-size: normal; font-family: normal }
.FrameHeadingFont { font-size: normal; font-family: normal }
.FrameItemFont    { font-size: normal; font-family: normal }

/* Example of smaller, sans-serif font in frames */
/* .FrameItemFont  { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */

/* Navigation bar fonts and colors */
.NavBarCell1    { background-color:#EEEEFF;}/* Light mauve */
.NavBarCell1Rev { background-color:#00008B;}/* Dark Blue */
.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;}
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}

.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}


body { background-color: #FFFFFF; font-family: TimesRoman,Times,serif; font-size: 11pt}

a:link    { color: #0000A0; text-decoration: none; font-size: 11pt;}
a:active  { color: #0000A0; text-decoration: none; font-size: 11pt; }
a:visited { color: #0000A0; text-decoration: none; font-size: 11pt; }
a:hover   { color: #0000A0; background: #DCECFF; text-decoration: none;  font-size: 11pt;}

span.paramNm              { color: #208020; 
	                    font-family: Courier,monospace;
		            font-weight: bold; }

span.typeNm               { color: #A02020; 
	                    font-family: Courier,monospace;
		            font-weight: bold; }

span.constantNm           { color: #604000; 
	                    font-family: Courier,monospace;  }
span.reservedWord         { color: #604000; 
			    white-space:nowrap; 
	                    font-family: Courier,monospace;  }
span.sectionNm            { color: black; 
	                    font-family: TimesRoman, serif; 
		            font-weight: bold; }
span.nonbreaking          { white-space:nowrap; }
span.code                 { color: #804040; }
div.version              { margin-top:    6pt;
                           margin-bottom: 12pt; }
table.seeAlso     { margin-top:    12pt;
                    margin-bottom: 0pt; 
		    line-height: 11pt;
	            /*margin-left:   0.2in;*/ }
table.seeAlso td  { font-family: TimesRoman; 
                    font-size: 11pt;}
p { margin-top: 6pt; }

CODE { font-family: TimesRoman,Times,serif; font-size: 11pt }

pre            { color: black;
	         font-family: Courier, monospace;
    		 font-size: 13pt; }

H3           { color: blue;
	         font-family: Arial, sans-serif;
		 font-weight: bold;
    		 font-size: 16pt; }

pre.example   { color: black;
	         font-family: monospace;
                 margin-top: 6pt;
    		 font-size:  9pt; }</pre></body></html>