BODY        { font-family: arial, helvetica, sans-serif }

/* Link features */

A:link      { text-decoration: none;
              color: #FFFFCC }

A:hover     { text-decoration: underline;
              color:#FFFFFF }

A:active    { text-decoration: none;
              color: #FF0000 }

A:visited   { text-decoration: none;
              color: #66FFFF }

/* Regular page features */

.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 }