/* <style> ( enable Color Coding ) */

/* Design Enterprises of SF Style Sheet */
	BODY { font-size: .9em; }
	TABLE { font-size: 1em }
	td { text-align: left }
	body { font-family: Arial, Helvetica, Sans-serif; }
	span.PgTop { position: absolute } /* Space defines exact top of page */
	
/* Page Heading with Border */
	div.Head { border: 5px Ridge #00BFFF;
		font-family: Times New Roman, Times, Serif; 
		color: Navy;
		background-color: LightCyan;
		text-align: Center; 
		font-size: 1.7em;
		font-weight: bold;
		margin: 0px; 
		margin-bottom: 1em;
		padding: 4pt; 
		width: 95%; }
	span.Head { font-size: .6em }

/* Headings */
	h1 { font-family: Times New Roman, Times, Serif; 
		font-size: 2em;
		text-align: Center; }
	h2 { font-family: Times New Roman, Times, Serif; 
		font-size: 1.5em;
		text-align: Center;}
	h3 { font-family: Times New Roman, Times, Serif; 
		font-size: 1.3em;
		text-align: left;}

/* Links */
	a:link { color: #0000FF; } /* Blue */
	a:visited { color: #800080; } /* Purple */
	a:active { color: #008000; } /* Green */
	a:hover { background-color: #FFFF00 } /* Yellow */
	a:hover img { border-color: #00FF00 } /* Lime */
	a:focus, a:active { background-color: #FFFF00 } /* Yellow */
	a:focus img, a:active img { border-color: #00FF00 } /* Lime */

/* Line of Links within Topic: <p class="Link"> */
	p.Link { text-align: center; 
		margin-top: .5ex; 
		margin-bottom: .4em; 
		line-height: 1.7; }
	p.Link span { color: #800080; font-weight: Bold; } /* Current Page/Topic in Purple */

/* Link to Hide/Show Contents */
	p#Content { position: absolute; left: 10px; top: 10px; 
		background-color: white; 
		padding: 4px;}

/* Begin and end Topics Use: <span class="ToTop"> */
	p.Topic, div.Text p.Topic { text-align: right;  
		font-family: Times New Roman, Times, Serif;
		font-size: 1em;
		font-weight: bold; 
		margin-top: .5em; 
		margin-bottom: .5em;
		margin-right: 1em;}

/* Help Display and Skip over Navigation Image */
	img.Skip { display: none; border: 5px solid red }

/* Navigation Buttons */
	p#Top-Nav { text-align: right; 
		margin-bottom: 0ex }

/* Text blocks */
	div.Text { border: 1px Solid White;
		text-align: Center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		width: 500px; }
	div.Text p, div.Text ul { text-align: Left; }

/* Tables */
	td { 	font-family: Arial, Helvetica, Sans-serif; 
		font-size: 1em; }

/* Definition Lists */
	dl { 	border: 1px Solid White;
		text-align: Left; 
		font-family: Arial, Helvetica, Sans-serif; 
		font-size: 1em; 
		margin: 0px;
		width: 500px; }
	dd { margin-left: 30px }

/* Ctrl Key Shortcut Use: <span class="Ctrl" > */
span.Ctrl { color: #A0522D; 
	font-weight: bold; }

/* Navigation Buttons */
	div.Button { border: 5px Ridge #00BFFF;
		text-align: Center; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: .9em; 
		background-color: #E0FFFF; 
		margin: 2px; 
		padding: 2pt; } 
	div.Button a { text-decoration: none; } 
	div.Button a:link, div.Button a:visited { color: Navy; } 

/* </style> */

