/* setting font size for major headings */
	H1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 22pt; font-weight: bold; text-decoration: none; color: #CC0000;}
	.heading2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; text-decoration: none; color: #CC0000;}

/* format body element */	
BODY {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #000000;}

/* format link elements */	
	A:link {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: normal; color: #000000;}
	A:active {color:#FF9933;}
	A:visited {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: normal; color: #666666;}{

/* format paragraph elements */	
	P.TABLEWITHTITLE {font-weight: bold; color: DARKRED; font-style: normal}
	P.MSGTEXT {font-style: italic; font-weight: normal}
	P.SOURCEREG {font-style: italic; font-weight: normal}
	P.NOTE {font-style: italic;}
	P.NOTE-HINT {font-style: italic;}
	P.NOTE-IMPORTANT {font-style: italic;}
	P.NOTE-WARNING {font-style: italic;}
	P.PROBLEM {font-style: normal;}
	P.POSSCAUSE {font-style: normal;}
	P.HEAD {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; color: #000000;}


/* set weight and style for these elements */	
	TT.COMMAND {font-weight: bold; font-style: normal}
	TT.PARAMETER {font-style: italic; font-weight: normal}
	TT.USERINPUT {font-weight: bold; font-style: normal}

/* apply bold emphasis */	
	EM.FIGURE {font-weight: bold; font-style: normal}
	EM.PARAWITHTITLE {font-weight: bold; font-style: normal}
	EM.REFCLASS {font-weight: bold; font-style: normal}
	EM.FUNCTION {font-weight: bold; font-style: normal}
	EM.GLOSSTERM {font-weight: bold; font-style: normal}
	EM.OPTION {font-weight: bold; font-style: normal}
	EM.STRING {font-weight: bold; font-style: normal}
	EM.TSUBHEAD {font-weight: bold; font-style: normal}
	EM.TBLHEAD {font-weight: bold; font-style: normal}
	EM.PROBLEM {font-weight: bold; font-style: normal}
	EM.EXPLAIN {font-weight: bold; font-style: normal}
	EM.ACTION {font-weight: bold; font-style: normal}
	EM.POSSCAUSE {font-weight: bold; font-style: normal}
	EM.NOTE {font-weight: bold}
	EM.NOTE-HINT {font-weight: bold}
	EM.NOTE-IMPORTANT {font-weight: bold}
	EM.NOTE-WARNING {font-weight: bold}
	
/* apply italic emphasis */	
	EM.DISKNAME {font-style: italic; font-weight: normal}
	EM.date {font-style: italic; font-weight: normal}
	EM.MANUALTITLE {font-style: italic; font-weight: normal}
	EM.VARIABLE {font-style: italic; font-weight: normal}
	EM.VARNAME {font-style: italic; font-weight: normal}
	EM.VERSIONVARIABLE {font-style: italic; font-weight: normal}

/* apply bold and italic emphasis */	
	EM.MSGTEXT {font-weight: bold; font-style: italic}


/* table formating styles */	
	TABLE {background-color: white; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; color: #000000;}
	TR.HEADERROW {background-color: #cc9933}
	TR.ODDROW {background-color: #ffffcc}
	TR.EVENROW {background-color: #ffcc66}
	td {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; color: #000000;}

/* step list formating styles */	
	OL.LISTNUMBER {list-style-type: decimal}
	OL.LISTNUMBERT {list-style-type: decimal}
	OL.STEPLIST {list-style-type: decimal}
	OL.LISTALPHA {list-style-type: lower-alpha}
	OL.LISTNUMBERSUB {list-style-type: lower-alpha}
	OL.LISTNUMBERTSUB {list-style-type: lower-alpha}
	OL.STEPLISTSUB {list-style-type: lower-alpha}
	OL.LISTALPHASUB {list-style-type: lower-alpha}

/* bulleted list formatting styles */
	UL.LISTBULLET {list-style-type: disk;}
	UL.LISTBULLETT {list-style-type: disk;}
	UL.LISTCHECKBOX {list-style-type: square;}

/* superscript and subscript formating styles */	
	SPAN.SUBSCRIPT {font-size: small}
	SPAN.SUPERSCRIPT {font-size: small}
	
/* graphic formatting styles */	
	img {line-height: normal}
	br.img {line-height: normal}
	
	