/* default font and size for page */
body {font-family:Arial, Helvetica, sans-serif;font-size:12pt;}

/* styles for tables */
table {font-family: Arial, Helvetica, sans-serif;font-size:10pt;}
table.toc {font-size:16pt;}

/* styles for lists */
.ol1 {margin-left:32pt;margin-bottom:3pt;}
.ol1note {margin-left:32pt;}
.ol2 {margin-left:48pt;margin-top:3pt;margin-bottom:3pt;}
.ol2note {margin-left:48pt;}
.ol3 {margin-left:64pt;margin-top:3pt;margin-bottom:3pt;}
.ol3note {margin-left:64pt;}
.ol4 {margin-left:80pt;margin-top:3pt;margin-bottom:3pt;}
.ol4note {margin-left:80pt;}
.ol5 {margin-left:96pt;margin-top:3pt;margin-bottom:3pt;}

/* styles for headings */
.head1 {font-size:24pt;font-weight:bold;}
.head2 {font-size:18pt;}
.head3 {font-size:16pt;font-weight:bold;}
.head4 {font-size:14pt;font-weight:bold;}
.head5 {font-size:12pt;font-weight:bold;}
.head6 {font-size:12pt;font-weight:bold;}
.vmo1  {font-size:28pt;font-weight:bold;}



/* styles for paragraphs */
.sectionNbr {width:24pt;text-align:right;font-size:9pt;margin-right:6pt;}
.exhnbr {font-size:9pt;margin-bottom:1pt;}
.exhtitle {font-size:10pt;font-weight:bold;margin-top:1pt;}

.tblfootnt {font-size:8pt;font-style:italic;}
.tblcell {font-size:8pt;}

p.toc {margin-bottom:3pt;}
p.tocsection {margin-left:32pt;margin-top:3pt;margin-bottom:3pt;}

/* styles used with spans to control sizing of inline text */
span.size150 {font-size:150%;}
span.size140 {font-size:140%;}
span.size130 {font-size:130%;}
span.size120 {font-size:120%;}
span.size110 {font-size:110%;}
span.size90 {font-size:90%;}
span.size80 {font-size:80%;}
span.size70 {font-size:70%;}
span.blankcell {color:#ffffff;}

/* used to make leading dots in "unordered lists" stand out more */
span.dot {font-size:120%;font-weight:bold;}

/* styles used in toc and index pages */
.toc1 {margin-top:1pt;margin-bottom:3pt;margin-left:2em;text-indent:-2em;}
.toc2 {margin-top:1pt;margin-bottom:3pt;margin-left:4.5em;text-indent:-2.5em;}
.toc3 {margin-top:1pt;margin-bottom:3pt;margin-left:7em;text-indent:-2.5em;}
.toc4 {margin-top:1pt;margin-bottom:3pt;margin-left:9.5em;text-indent:-2.5em;}

/* used with form and report examples that come out as text to collapse spacing */
pre {margin-top:1pt;margin-bottom:1pt;}

@media print {
    .navigation {display:none;}
    span.blankcell {visibility:hidden;}
}
