/* ****************************************** */
/*          Sams-Dodd March 28, 2001          */
/*     Instructions for CANIX                 */
/* ****************************************** */

          /* BODY INSTRUCTIONS */
body {background-color: #FFFFFF }


         /* TEXTUAL INSTRUCTIONS */
p, h1, h2, h3, h4, h5, h6        { font-family: Arial, 'MS Sans Serif', sans-serif}

h1                     { font-size: 14pt; font-weight: bold }
h2                     { font-size: 12pt; font-weight: bold }
h3                     { font-size: 10pt; font-weight: bold }
h6                     { font-size: 7pt; font-weight: bold; margin 1px }


p.NWhite               { font-size: 10pt; color: #FFFFFF }
p.NBlack               { font-size: 10pt; color: #000000 }
p.NBoldWhite           { font-size: 10pt; color: #FFFFFF; font-weight: bold }
p.NBoldBlack           { font-size: 10pt; color: #000000; font-weight: bold }
p.SmallBlack           { font-size: 7pt; color: #000000 }
p.SmallBlackBold       { font-size: 7pt; color: #000000; font-weight: bold }
p.SmallWhite           { font-size: 7pt; color: #FFFFFF; font-weight: bold }
p.N22BoldCanix         { font-size: 22pt; color: #CC0069; font-weight: bold }
h3.white               { color: #FFFFFF }


         /* TABLE INSTRUCTIONS */

/* Table colors */
table.canix             { background-color: #CC0069 }
table.white             { background-color: #FFFFFF }

/* Cell colors */
td.canix               { background-color: #CC0069 }
td.white               { background-color: #FFFFFF }


         /* LINK INSTRUCTIONS */

/* Font of links */
A:link            {font-family:  Arial, 'MS Sans Serif', sans-serif}
A:visited         {font-family:  Arial, 'MS Sans Serif', sans-serif}
A:active          {font-family:  Arial, 'MS Sans Serif', sans-serif}

/* Standard links */
A.std:link             {font-size: 10pt; color: blue; font-weight: bold; text-decoration: underline}
A.std:visited          {font-size: 10pt; color: navy; font-weight: bold; text-decoration: underline}
A.std:active           {font-size: 10pt; color: red; font-weight: bold; text-decoration: underline}

/* Black links */
A.black:link           {font-size: 10pt; color: black; font-weight: bold; text-decoration: none}
A.black:visited        {font-size: 10pt; color: grey; font-weight: bold; text-decoration: none}
A.black:active         {font-size: 10pt; color: red; font-weight: bold; text-decoration: none}

/* Canix links */
A.canix:link             {font-size: 10pt; color: #CC0069; font-weight: bold; text-decoration: none}
A.canix:visited          {font-size: 10pt; color: #FDB031; font-weight: bold; text-decoration: none}
A.canix:active           {font-size: 10pt; color: red; font-weight: bold; text-decoration: none}

/* White Links */
A.white:link           {font-size: 10pt; color: white; font-weight: bold; text-decoration: none}
A.white:visited        {font-size: 10pt; color: white; font-weight: bold; text-decoration: none}
A.white:active         {font-size: 10pt; color: red; font-weight: bold; text-decoration: none}

/* Top White Links */
A.top:link           {font-size: 8pt; margin: 1 px; color: white; font-weight: bold; text-decoration: none}
A.top:visited        {font-size: 8pt; margin: 1 px; color: white; font-weight: bold; text-decoration: none}
A.top:active         {font-size: 9pt; margin: 1 px; color: red; font-weight: bold; text-decoration: none}

/* Small White Links */
A.smallwhite:link      {font-size: 8pt; color: white; font-weight: bold; text-decoration: none}
A.smallwhite:visited   {font-size: 8pt; color: #FDB031; font-weight: bold; text-decoration: none}
A.smallwhite:active    {font-size: 8pt; color: red; font-weight: bold; text-decoration: none}



         /* LIST INSTRUCTIONS */
LI      {color: #000000; font-size: 10pt; font-family: 'MS Sans Serif', Arial, sans-serif}


