h1,
h2 /* h2 = standard for InfoObject titles */
{
             background-color: inherit                                ;
             color: #595959                                           ;
             font-family: "Arial Black", Arial Helvetica, sans-serif  ;
  /*ja*/ -ja-font-family: "MS PGothic", Osaka, sans-serif             ;
             font-size: 1.8em                                         ;
             line-height: 1.3em                                       ;
             margin-top: 1em                                          ;
  /*P*/      page-break-inside: avoid                                 ;
  /*P*/      page-break-after: avoid                                  ;
             text-indent: -0.4em                                      ;
}

h1, h2
{
	text-transform: none;
	font-size: 2em;
}

h3 /* title of keyblock level elements */
{
             background-color: inherit                                ;
             color: #999999                                           ;
             font-family: Arial, Helvetica, sans-serif                ;
  /*ja*/ -ja-font-family: "MS PGothic", Osaka, sans-serif             ;
             font-size: 1.3em                                         ;
             font-weight: bold                                        ;
  /*ja*/ -ja-font-weight: normal                                      ;
             margin: 2em 0 0.2em 0                                    ;
  /*P*/      page-break-inside: avoid                                 ;
  /*P*/      page-break-after: avoid                                  ;
}

h3
{
	text-transform:none;
	font-size: 1.8em;
}

/*****************************************************************/
/* DOC h4                                                        */
/*****************************************************************/
h4 /* title of section (= sub keyblock) level elements */
{
             background-color: inherit;
             color: #666666                                           ;
             font-family: Arial, Helvetica, sans-serif                ;
  /*ja*/ -ja-font-family: "MS PGothic", Osaka, sans-serif             ;
             font-size: 1.0em                                         ;
             font-weight: bold                                        ;
  /*ja*/ -ja-font-weight: normal                                      ;
             margin: 2em 0 0.2em 0                                    ;
  /*P*/      page-break-inside: avoid                                 ;
  /*P*/      page-break-after: avoid                                  ;
}

h4
{
	text-transform:none;
	font-size: 1.5em;
}

/*****************************************************************/
/* DOC h5, h6                                                    */
/*****************************************************************/
h5, h6 /* title of block level elements (e.g. bulleted lists) */
{
             background-color: inherit;
             color: #666666                                           ;
             font-family: Arial, Helvetica, sans-serif                ;
  /*ja*/ -ja-font-family: "MS PGothic", Osaka, sans-serif             ;
             font-size: 0.8em                                         ;
             margin: 1.5em 0 0.5em 0                                  ;
  /*P*/      page-break-inside: avoid                                 ;
  /*P*/      page-break-after: avoid                                  ;
}


h5, h6
{
	text-transform:none;
	font-size: 1.2em;
}

/*****************************************************************/
/* DOC ol, ul                                                    */
/*****************************************************************/
.librarysubcontent ol, .librarysubcontent ul
{
             margin-top: 0                                            ;
             margin-bottom: 0                                         ;
             margin-right: 0                                          ;
			 font-size: 1em;
}

.librarysubcontent ul
{
             list-style-type: disc                                    ;
}

.librarysubcontent ul li
{
             margin-left: 20px                                       ;
}

.librarysubcontent li ul
{
             list-style-type: circle                                  ;
}

/**/

.breadcrumb a .home
	{
	border: none;
	} 

pre, code , tt 
	{
	font-family: courier, monospace;
	font-size: 8pt;
	} 
