/*TITLES*/
.heading5 { font-weight: normal; text-transform: uppercase; letter-spacing: +1px; }
.heading6 { font-size:9px; font-weight: bold; text-transform: uppercase; }

/* WORD TAGGING */
.acronym { }

.keystroke {
text-transform: uppercase;
letter-spacing: -1px;
}
.keyword { }
.menuoption { font-style: oblique; }

.file { letter-spacing: -1px; }
.extension  { letter-spacing: -1px; }
.path {
letter-spacing: -1px;
text-indent: 40px;
margin-top: 3px;
margin-bottom: 6px;
text-align: left;
}
.url { 
      letter-spacing: -1px;
      text-indent: 40px;
      margin-top: 3px;
      margin-bottom: 6px;
      text-align: left;
}


.os             { }
.software       { }
.product        { }

.virus          { }
.vulnerability  { }

.registry       {
                 font-family:  "Courier New" Courier monospace;
                 letter-spacing: -1px;
                 text-align: left;
}
.process { }
.service        { letter-spacing: -1px; font-weight: normal; }

/*PARAGRAPHS*/

p {
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: justify;
}

.command { 
          display: block;
          font-family:  "Courier New" Courier monospace;
			 text-transform: uppercase;
          /* font-variant: small-caps; */
 text-align: left;
	   letter-spacing: -1px;
}
.code {
       display: block;

       font-family:  "Courier New" Courier monospace;
}
.report { 
         display: block;
			white-space: pre;
         font-family:  "Courier New" Courier monospace;
}
.notes {
	background-color: #D9D9D9;
	display: block;
	font-size: smaller;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.warning {
display: block;
font-size: smaller;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
margin-top: 10px;
margin-bottom: 10px;
border-top: 1px solid silver;
border-bottom: 1px solid silver;
}
.imagetext { display: block; }
.quote { font-style: oblique; }
         
/* LISTS */
/* Numbered Lists */
ol { list-style-type: upper-alpha; }
ol ol { list-style-type: decimal; }
ol ol ol { list-style-type: lower-alpha; }

ol.upper { list-style-type: upper-alpha; }
ol.decimal { list-style-type: decimal; }
ol.lower { list-style-type: lower-alpha; }
ol.roman { list-style-type: upper-roman; }

/* Unnumbered lists */
ul	{ list-style-type: square; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: disc; }

li {
	margin-top: 3px;
	margin-bottom: 6px;
   text-align: justify;
}

/*others*/

.highlight { font-size:11px; font-weight: bold; color: #FFFFFF; background-color: #000000; z-index: 99 }
.strike { text-decoration: line-through;}
.blink { text-decoration: blink;}

/*NEW 20041123*/
.tag { color: gray; }
.tag_h { color: red; }
.cssclass { color: orange }

