-
	stylesheet.css
	
	**WARNING**
	.DummyValueMustBeFirst
	THE FIRST ENTRY IN THE LIST MUST BE A DUMMY VALUE BECAUSE THE FIRST
	VALUE IS NEVER ACCEPTED BY THE HTML PAGE....  BOY IS THAT DUMB

	Tags listed alphabetically
	
	.Attn 			Attention text
	.AttnB			Attention text bold
	.Button			Button name in text blocks
	.ColHdS 		Column Head Selectable - Active headings, e.g. for sorting
	.Error			Text for reporting error in user action
	.GROUP 			Group bar link
	.GROUPSELECTED	Group bar link, selected
	.GROUPFUNCTIONS	Group bar function
	.Legend			Legend - within body of page, used for legends, e.g. types of BRs
	.ListEn			List entry - all file lists should use this style
	.ListEnLink		List entry as hyperlink
	.ListEnLinkB	Emphasized list entry as hyperlink
	.ListEnB		List entry with emphasis - use sparingly (too much emphasis means none)
	.ListEnNP		This font is for display of dense information in a combo box
					It must be small and IT MUST BE NON-PROPORTIONALLY SPACED!
					(Courier is the only one I could find that met this criterion.)
					NOTE: 8pt does not exist for courier, do not specify it!!!
	.NotRead 		"New" marker for documents that user has not viewed
	.PgTxt 			Page text, for large body of text, e.g. intro to pub screen
	.PgTxtB 		Page text emphasis - within text box
	.PgTxtI			new tag for Italicized text (N/S problem)
	.RevTxt			reversed text in black windows
	.ScrTitl 		Screen Title - goes below subtabs
	.SecHd 			Section Head - within body of page, below all horizontal bars
	.Sec3Hd			Third-level head (below screen title and SecHd)
	.TabLegend		Used for text on tabs created at runtime (e.g. Workspaces)
	.TabLegendS		Used for text on Selected tabs created at runtime (e.g. Workspaces)
	.TxtBx 			Text box contents
	.TxtBxCap 		Text box caption
	.TxtBxCapB 		Text box caption with emphasis - sparingly again
	.User			user's name in welcome slug at top right
-
<STYLE>
	.DummyValueMustBeFirst {color:red;font: 10pt/12pt "Arial"}
	.Attn {color:red; font: 10pt/12pt "Arial"}
	.AttnB {color:red;font: bold 10pt/12pt "Arial"}
	.Button {color:maroon;font: bold 9pt/11pt "Arial"}
	.ColHdS {color:black; font: bold 10pt/12pt "Arial"}
	.Error {color:red;font: bold 10pt/12pt "Arial"}
	.Footer {color:white;font: bold 10pt/12pt "Arial"}	
	.GROUP {color:white; font: bold 9pt/11pt "Arial"}
	.GROUPFUNCTIONS {color:white; font: bold 9pt/11pt "Arial"}
	.GROUPSELECTED {color:yellow; font: bold 9pt/11pt "Arial"}
	.Legend {color:black; font: 8pt/10pt "Arial"}
	.ListEn {color:black; font: 10pt/12pt "Arial"}
	.ListEnB {color:black; font: bold 10pt/12pt "Arial"}
	.ListEnLink {font: 10pt/12pt "Arial"}
	.ListEnLinkB {font: bold 10pt/12pt "Arial"}
	.ListEnNP {color:black; font: 10pt/12pt "Courier"}
	.NotRead {color:#e752a5; font: bold 8pt/10pt "Arial" }
	.PgTxt {color:black; font: 10pt/12pt "Arial"}
	.PgTxtB {color:black; font: bold 10pt/12pt "Arial"}
	.PgTxtI {color:black; font: italic 10pt/12pt "Arial"}
	.RevTxt {color:white; font: bold 12pt/14pt "Arial"}
	.ScrTitl {color:black; font: bold 12pt/13pt "Arial"}
	.SecHd {color:#C92037; font: bold 12pt/14pt "Arial"}
	.Sec3Hd {color:#C92037; font: bold 15pt/16pt "Arial"}
	.TabLegend {color:white; font: bold 7pt/9pt "Tahoma"; text-decoration:none}
	.TabLegendS {color:white; font: bold 7pt/9pt "Tahoma"; text-decoration:none}
	.TxtBx {color:black; font: 10pt/12pt "Arial"}
	.TxtBxCap {color:black; font: 10pt/12pt "Arial"}
	.NavTxt {color:white; font: bold 12pt/14pt "Arial"}
	.NavTxtSel {color:#C92037; font: bold 12pt/14pt "Arial"}
	.TxtLink {color:#C92037; font: bold 10pt/12pt "Arial"}
	
	BODY,FORM,select,textarea,input {color:black; font: 10pt/12pt "Arial"}
	OL LI {list-style-type:decimal; color:black; font: 10pt/12pt "Arial"}
	UL LI {list-style-type:disc; color:black; font: 10pt/12pt "Arial"}
	LI {list-style-type:disc; color:black; font: 10pt/12pt "Arial"}
	
	:hover{COLOR:#FFFFFF}
	
	.BigTitle { color:#C92037; font: italic 40pt "Comic Sans MS"; }
	.SmallTitle { color:#C92037; font: italic 14pt "Comic Sans MS"; }
</STYLE>
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
th {
	font-family: "Arial";
	font-size: 12pt;
	color: #C92037;
	line-height: 14pt;

}
