/* CSS black.css pRC jan99 */

body       { margin-left: 0px; margin-top: 0px; 
		color: #ffff00; background: #000000;
		font-family: trebuchet, arial, helvetica, "sans serif"; }
a          { font-weight: bold; }
a:link     { color: #cc0000 }       /* unvisited link */
a:visited  { color: #ffcc33 }       /* visited links  */
a:active   { color: #ffffff }       /* active links   */
td         { font-family: trebuchet, arial, helvetica, "sans serif"; 
		vertical-align: top }
th         { font-family: trebuchet, arial, helvetica, "sans serif";  
		vertical-align: top; font-weight: bold; }

/* begin defined classes */

.q         { font-weight: bold }
.headline  { font-family: trebuchet, arial, helvetica, "sans serif"; 
		   color: #000000; background: #ffff99; 
		   vertical-align: middle; text-align: left; font-weight: bold; 
		   padding-left: 0px; padding-bottom: 6px; padding-top: 6px; }
.hdleft    { font-size: 9pt; color: #cccccc; background: #000000; 
		   text-align: left; font-weight: bold; }
.hdright   { font-size: smaller; color: #ffff99; background: #000000; 
	        text-align: right; font-weight: bold; }
.footleft  { font-size: smaller; color: #000033; background: #ffff99; 
	        text-align: left; }
.footright { font-size: smaller; color: #000033; background: #ffff99; 
		   text-align: right; }
.resume    { font-size: 9pt; color: #000000; background: #ffffff; 
	        text-align: left; }
.list      { font-size: smaller; color: #000000; background: #ffffff; 
		   text-align: left; }
.tt        { font-family: monotype, "courier new", courier, tt;
		   font-size: smaller; text-align: left; }
.quote     { font-size: smaller; color: #000000; background: #ffff99; }
.highlite  { font-size: smaller; color: #000000; background: #ffff99; 
		   text-align: left; }
.alert     { font-size: smaller; color: #000000; background: #ffff66; 
	        vertical-align: middle; padding: 4px; }
.nav       { font-size: smaller; background: #ffffff; 
             text-align: center; }
.navsm     { font-size: x-small; background: #ffffff; 
             text-align: center; }

.dark      { font-size: smaller; color: #ffff99; background: #333333; 
             font-weight: bold; }
.lite      { font-size: smaller; color: #000000; background: #ffcc33; 
             font-weight: bold; }

h4         { font-family: monotype, "courier new", courier, tt;  
		font-size: 100%; text-align: left; font-weight: normal; 
		color: #ffffff; border-bottom: 1px solid #999999; margin: .8em 0 0 0; }

div#leftnav {  }
div#content { margin-left: auto; margin-right: auto; width: 500px; }

div#linkBlock { margin-left: auto; margin-right: auto; width: 500px; 
		font-family: monotype, "courier new", courier, tt;
		font-size: 80%;  }
#linkBlock ul {  }
#linkBlock li { list-style-type: none; font-family: monotype, "courier new", courier, tt;
		font-size: 95%; 
		text-align: left;
		margin: 0 0 .2em -1em; 
		color: #ffcc33; }




