BODY		{ background: #005000; }
.header	 	{ font-family: Arial, Helvetica; font-size: 24pt; 
		  font-weight: normal;
		  color: #FFFFFF; }
.navigation	{ font-family: Arial, Helvetica; font-size: 14pt; 
		  color: #E0E0E0; }
.navigation B	{ font-weight: bold;
		  color: #FFFFFF; }
A:link,A:visited
		{ color: #C0FFC0; }
A:active
		{ color: #FFFFFF; }
P,SPAN,LI	{ font-family: Times; font-size: 14pt; 
		  color: #FFFFFF; }
H1 		{ font-family: Arial, Helvetica; font-size: 18pt; 
		  font-weight: normal; 
		  color: #FFFFFF; }
H2 		{ font-family: Arial, Helvetica; font-size: 14pt;
		  font-weight: normal; 
		  color: #FFFFFF; }
H3 		{ font-family: Arial, Helvetica;
		  font-weight: normal; 
		  color: #FFFFFF; }
H4 		{ font-family: Arial, Helvetica;
		  font-weight: normal; 
		  color: #FFFFFF; }
H5 		{ font-family: Arial, Helvetica;
		  font-weight: normal; 
		  color: #FFFFFF; }
.title          { font-family: Times; font-size: 14pt;
		  font-weight: bold;
		  color: #FFFFFF; }
.subsection-title
                { margin-top: 0.5em;
                  font-family: Times; font-size: 14pt;
		  color: #FFFFFF; }
.titled-subsection
                { margin-left: 1em; margin-bottom: 0.5em;
		  font-family: Times; font-size: 14pt;
		  color: #FFFFFF; }
.subsection	{ margin-left: 1em;
		  font-family: Times; font-size: 14pt;
		  color: #FFFFFF; }
.warning	{ font-weight: bold;
		  color: #FFFF80; }
.image          { text-align: center; }
.terminal	{ font-size: 12pt;
		  background: #000000;
		  color: #D0D0D0; }
.terminal B	{ font-weight: bold;
		  color: #FFFFFF; }
.cursor		{ font-family: Courier;
		  font-size: 12pt;
		  background: #FFFFFF; }
.syntax-label   { font-weight: bold; }
.syntax-content { font-family: Courier;
                  font-size: 12pt; }

.grid-even      { background: #505050; }
.grid-odd       { background: #303030; }
.grid-header    { font-family: Times; font-size: 14pt;
                  font-weight: bold;
                  text-align: left;
                  color: #FFFFFF; }
.grid-cell      { font-family: Times; font-size: 14pt;
                  vertical-align: top;
                  color: #FFFFFF; }

PRE {color: #FFFFFF; }
