BODY        { font-family: arial, helvetica, sans-serif; background-color: #bcbcbc }

P           { color: #1A358E }

.menu P     { color: #000000;
              font-weight: normal;
              font-size: 13pt }

.table table { color: #ffffff;
               font-weight: normal;
               font-size: 13pt }

UL          { color: #1A358E }

OL          { color: #1A358E }

/* Link features */

A:link      { text-decoration: none;
              font-family: monospace;
              color: #0000FF }

A:active    { text-decoration: none;
              color: #595959 }

A:visited   { text-decoration: none;
              color: #0005DE }

A:hover     { text-decoration: none;
              color:#0000FF }

.menu A:link  { text-decoration: none;
                font-family: monospace;
                font-size: 11pt;
                color: #0000FF }

.menu A:active { text-decoration: none;
                 font-family: monospace;
                 font-size: 11pt;
                 color: #595959 }

.menu A:visited { text-decoration: none;
                  font-family: monospace;
                  font-size: 11pt;
                  color: #0005DE }

.menu A:hover  { text-decoration: none;
                 font-family: monospace;
                 font-size: 11pt;
                 color:#0000FF }

.table A:link  { text-decoration: none;
                font-family: monospace;
                font-size: 11pt;
                color: #ffffff }

.table A:active { text-decoration: none;
                 font-family: monospace;
                 font-size: 11pt;
                 color: #595959 }

.table A:visited { text-decoration: none;
                  font-family: monospace;
                  font-size: 11pt;
                  color: #ffffFF }

.table A:hover  { text-decoration: none;
                 font-family: monospace;
                 font-size: 11pt;
                 color:#595959 }

/* Regular page features */
/*I dont know or care what the rest of this is -Pasty*/

.main       { font-family: arial, helvetica, sans-serif;
			  font-size: 11pt }

.menu       { font-family: arial, helvetica, sans-serif;
			  font-size: 10pt }

.note       { font-family: arial, helvetica, sans-serif;
			  font-size: 9pt;
              background: #99FFCC;
			  color: #000000 }
			  
.text       { font-family: arial, helvetica, sans-serif;
              letter-spacing: normal;
			  text-align: justify;
			  font-size: 11pt }

.quote      { font-family: arial, helvetica, sans-serif;
              letter-spacing: normal;
			  text-align: justify;
              font-size: 9pt }

.updates    { font-family: arial, helvetica, sans-serif;
              letter-spacing: normal;
			  text-align: justify;
              font-size: 10pt }

/* Special page features */

.heading    { font-size: 11pt;
			  background: #FFFF99;
			  color: #000000 }
			  
.title      { font-size: 11pt;
              background: #99CCFF;
			  color: #000000 }
			  
B.special   { font-size: 10pt;
              background: #FFFF99;
			  color: #000000 }
			  
.bluebar    { font-family: arial, helvetica, sans-serif;
              font-size: 9pt;
              color: #FFFFFF }

.code       { font-family: courier, "courier new", serif;
              font-size: 10pt;
			  color: #000000;
			  background-color: #FFFFCC }

.emphasis   { font-family: arial, helvetica, sans-serif;
              font-size: 11pt;
              font-weight: bold;
			  color: #0000CC }

.example    { color: #006600;
			  background-color: #CCFFFF }

.example2   { color: #000000;
			  background: #FFCCCC }

.question   { font-family: arial, helvetica, sans-serif;
              font-size: 11pt;
              background-color: #FFFFCC;
			  color: #000000 }

.answer     { font-family: arial, helvetica, sans-serif;
              font-size: 11pt;
              background-color: #99FFCC;
			  color: #000000 }

.form       { font-family: arial, helvetica, sans-serif;
              font-size: 10pt }

.link       { font-family: arial, helvetica, sans-serif;
              font-size: 9pt; }

.links      { font-family: arial, helvetica, sans-serif;
              font-size: 8pt }

.indent     { font-family: arial, helvetica, sans-serif;
              text-indent: 15px }

.small      { font-family: arial, helvetica, sans-serif;
              font-size: 8pt }

.medium     { font-family: arial, helvetica, sans-serif;
              font-size: 9pt }

/* Add color features */

.black      { font-family: arial, helvetica, sans-serif;
              font-size: 11pt;
              font-weight: bold;
              color: #000000 }

.blue       { font-family: arial, helvetica, sans-serif;
              font-size: 11pt;
              font-weight: bold;
              color: #0000CC }

.green      { font-family: arial, helvetica, sans-serif;
              font-size: 11pt;
              font-weight: bold;
              color: #006600 }

.red        { font-family: arial, helvetica, sans-serif;
              font-size: 11pt;
              font-weight: bold;
              color: #FF0000 }

.yellow     { font-family: arial, helvetica, sans-serif;
              font-weight: bold;
              color: #FFFF00 }
			  
.orange     { font-family: courier, "courier new", serif;
              font-weight: bold;
              color: #CC9900 }