/* Main text format throughout web site */
body         { font-family: 'Trebuchet MS', Arial, Helvetica, Serif; font-size: 10pt; color: #CCCC99; background-color: #333333 }

/* General paragraph text throughout web site */ 
p            { font-size: 10pt }

/* Format for web page main heading. except home page */
h1           { font-size: 36pt }

/* Format for web page sub heading. except home page */
h2           { font-size: 24pt }

/* Format for primary navigation bars */
h3           { font-size: 14pt }

/* Format for sub sub heading 12pt italic & bold */
h4           { font-size: 12pt; font-style:italic }

/* Footer text */
h5           { font-family: Arial, Helvetica; font-size: 8pt; font-style:italic; font-weight:normal }

/* Format for secondary navigation bars */
h6           { font-size: 10pt }

/* Normal hyperlink format */
a:link       { color: #FF66CC }

/* Visited hyperlink format */
a:visited    { color: #FF9933 }

/* Active hyperlink format */
a:active     { color: #FFFF00 }

/* Hover-over  hyperlink format */
a:hover      { color: #FF0000; background-color:#CCCCCC }

/* Table style for general main tables containing text and graphics */
.table1      { border:3px ridge #C0C0C0; padding:3px; background-color: #666666 }
               
/* Table style for large graphics */
.table2      { border:4px ridge #FFFFFF; padding:4px; background-color: #C0C0C0 }
               
/* General paragraph text throughout web site */ 
.p0          { font-size: 10pt }

/* Standard paragraph bold text */ 
.p1          { font-size: 10pt; font-weight:bold }

/* Standard paragraph italic text */ 
.p2          { font-size: 10pt; font-style:italic }

/* Standard paragraph text at 11pt */ 
.p3          { font-size: 11pt; font-style:italic }

/* Highlighted character text */ 
span.c1      { font-family: 'Arial', Helvetica; font-size: 10pt; color: #FFCC00; font-weight:bold; font-style:normal }

/* Itallic character text */ 
span.c2      { font-style:italic; font-weight:normal }

/* Bold character text */ 
span.c3      { font-weight:bold }

/* Highlighted italic character text */ 
span.c4      { color: #FFCC00; font-style:italic }

/* Highlighted 8pt character text */ 
span.c5      { font-family: 'Arial', Helvetica; font-size: 8pt; color: #FFCC00; font-style:italic; font-weight:normal }

/* Highlighted 12pt Bold All Caps character text */ 
span.c6      { font-family: 'Arial', Helvetica; font-size: 12pt; color: #FFCC00; font-weight:bold; text-transform:uppercase }

/* Store availability warning text */ 
span.c7      { color: #00FF00; font-style:italic; font-weight:normal }

/* Highlighted 12pt Bold All Caps character text */ 
span.c8      { font-family: 'Arial', Helvetica; font-size: 12pt; font-weight:bold; font-style:italic; text-transform:uppercase }

/* Highlighted 10pt Bold All Caps character text */ 
span.c9      { font-family: 'Arial', Helvetica; font-size: 10pt; font-weight:bold; font-style:italic; text-transform:uppercase }

/* Highlighted 8pt character text */ 
span.c10      { font-family: 'Arial', Helvetica; font-size: 8pt; font-style:italic; font-weight:normal }

/* Picture Border for Images on Home Page */
.picbord0    { border: 2px solid #C0C0C0; padding: 0px }

/* Picture Border for Black Images, in Zone's Works Web Pages */
.picbord1    { border: 1px solid #C0C0C0; padding: 0px }

/* Picture Border for Normal Images without a Black Outline, in Zone's Works Web Pages */
.picbord2    { border: 1px solid #C0C0C0; padding: 0px }

/* Picture Border for Images in Contributions */
.picbord3    { border: 1px solid #C0C0C0; padding: 0px }

/* Picture Border for Images in Articles */
.picbord4    { border: 1px solid #C0C0C0; padding: 0px }

/* Picture Border for Images in Image Gallery */
.picbord5    { border: 1px solid #C0C0C0; padding: 0px; background-color:#666666 }

/* Picture Border for Images in Personal */
.picbord6    { border: 1px solid #C0C0C0; padding: 0px }

/* Picture Border for Images in Store */
.picbord7    { border: 1px solid #C0C0C0; padding: 0px }

/* Picture Border for Images with a 1px Black Outline, general image */
.picbord8    { border: 1px solid #000000; padding: 0px }

/* Picture Border for Images with a 2px Black Outline, general image */
.picbord9    { border: 2px solid #000000; padding: 0px }

/*  Main text format within tables */
.tablecell   { border:1px groove #999999; font-size: 10pt }

.tablecell2  { font-family: 'Arial', Helvetica; border:1px groove #999999; font-size: 9pt; font-style:italic; font-weight:bold }

.tablecell3  { font-family: 'Arial', Helvetica; border:1px groove #999999; font-size: 9pt; color: #FFCC00; font-weight:bold }

.tablecell4  { border:1px groove #999999; font-size: 16pt; font-weight:bold }

.tablecell5  { border:1px groove #999999; font-size: 12pt; font-weight:bold }

.tablecell6  { border:1px groove #999999; font-size: 10pt; font-weight:bold }

.tablecell7  { border:1px groove #999999; font-size: 10pt; }

/* Hover-over  hyperlink format - GIF images only */
.gifhover      { background-color:#666666 }