table.maintable {} /* main table of website. encompasses everything */
table.bodytable {} /* table outlining body section of site, held within td.bodycell */
table.navtable {border: none; width:230;} /* table outlining navigation section of site, held within td.navcell */
table.quicklink {} /* table holds the quick link navication found at the bottom of the site */
table.navbarbuttontable {border: none; } /* table holds the navigation bar found at the left of the site pages */
table.homewelcome {background-image: url("siteimages/largelogo.jpg");
                   background-repeat: no-repeat;
                   background-position: top center;
                   height:320;
                   min-width:430;
		   width:700;
                   table-layout: auto;} /* main table for homebody */
table.aboutuswelcome {} /* main table for homebody */
table.marketwelcome {} /* main table for homebody */
table.productswelcome {} /* main table for homebody */
table.quarterswelcome {} /* main table for homebody */
table.retailwelcome {} /* main table for homebody */
table.texttable {} /* table used to display text in standard style */
table.productlistdata {} /* used to display product info */
table.productlistheader {} /* used to display product info */
table.productlistresultsheader {} /* used to display product info */
table.output {} /* used for outputing messages */
table.confirmform {} /* used for user confirmation */
table.sendmsgform {table-layout: auto;} /* used for sending an email */
table.notify {} /* used to hold site notification text*/

img {border: none; vertical-align: bottom}

tr.productlistdata {} /* used to display product info */
tr.productlistheader {} /* used to display product info */
tr.productlistresultsheader {} /* used to display product info */
tr.output {} /* used for outputing messages */
tr.confirmform {} /* used for user confirmation */
tr.sendmsgform {} /* used for sending an email */

td.headercell {} /* cell of website header */
td.navcell {} /* cell of navigation section of website */
td.bodymaincell {} /* cell outlines body sectioin of site */
td.bodyheadcell {} /* cell holding body specific header */
td.bodycentercell {} /* cell holding body of site */
td.bodyfootcell {} /* cell holding website footer */    
td.stdcol1 { background: #CCCC99;} /* cell used globally for all text */
td.stdcol2 { background: #CCCCCC;} /* cell used globally for all text */
td.stdcol3 { background: #FFFFCC;} /* cell used globally for all text */
td.homewelcome { text-align: center;
               vertical-align: top;
               width: 500;
               font-size: 18}/* cell used on home page */
td.productlistdata {} /* used to display product info */
td.productlistheader {} /* used to display product info */
td.productlistresultsheader {} /* used to display product info */
td.output { width: 500;} /* used for outputing messages */
td.confirmform {} /* used for user confirmation */
td.sendmsgform {} /* used for sending an email */

th.stdcol1 { background: #CCCC99;} /* cell used globally for all text */
th.stdcol2 { background: #CCCCCC;} /* cell used globally for all text */
th.stdcol3 { background: #FFFFCC;} /* cell used globally for all text */
th.homewelcome {text-align: center;
               vertical-align: top;
               font-size:22;
               font-weight: bolder;} /* cell used on home page */
th.productlistresultsheader {} /* used to display product info */   
th.sendmsgform {} /* used for sending an email */            

a.copyright {margin: 0px; padding: 0px;} /*text section holding quick links */
a.homewelcome {} /*welcome text on homebody */
a.aboutuswelcome {} /*welcome text on homebody */
a.marketwelcome {} /*welcome text on homebody */
a.productswelcome {} /*welcome text on homebody */
a.quarterswelcome {} /*welcome text on homebody */
a.retailwelcome {} /*welcome text on homebody */
a.productlistdata {} /* used to display product info */
a.productlistheader {} /* used to display product info */
a.productlistresultsheader {} /* used to display product info */
a.output {} /* used for outputing messages */
a.confirmform {} /* used for user confirmation */
a.sendmsgform {} /* used for sending an email */
