                            /*Menu Links*/

/*NOTE: anything not specified for the #(menu id's) a selector and its pseudo classes
may be inherited in some browsers from other 'a' element styles (if any) on the page*/

#menu1 a {color:black;background-color:white;text-decoration:none;text-indent:1ex;}
#menu1 a:active {color:black;text-decoration:none;}
#menu1 a:hover {color:black;background-color:#FFFF99}
#menu1 a:visited {color:black;text-decoration:none;}


                           /*End Menu Links*/
.prodDisp {
   width: 95%;
   text-align:center;
   background: white;
   display:none;
   font-family:Cursive;
   font-size:120%;
}

.prodTitle {
   text-decoration: underline;
   font-weight: bold;
   text-align:left;
   background: white;
   font-family:Times;
   font-size:120%;
}

.prodCat {
   text-decoration: underline;
   font-weight: bold;
   text-align: center;
   background: white;
   font-family: Times;
   font-size: 120%;
}

.prodCap {
   text-align: left;
   font-weight:bold;
   font-size:80%
}

.prodDesc {
   text-align: left;
   font-size:70%
}

img.expando { /*sample CSS for expando images. Not required but recommended*/
  border: none;
  vertical-align: top; /*top aligns image, so mouse has less of a change of moving out of image while image is expanding*/
}

input:focus, textarea:focus {
  background-color: Seashell;
}

.Website-Body-Text-P
        {
        margin:0.0px 0.0px 0.0px 0.0px; text-align:center; font-weight:400;
        }
.Normal-P
        {
        margin:0.0px 0.0px 0.0px 0.0px; text-align:left; font-weight:400;
        }
.Normal-P0
        {
        margin:0.0px 0.0px 0.0px 0.0px; text-align:right; font-weight:400;
        }
.Website-Body-Text-C
        {
        font-family:"Verdana", sans-serif; font-size:11.0px;
        line-height:1.18em; color:#ffffff;
        }
.Normal-C
        {
        font-family:"Tahoma", sans-serif; font-style:italic;
        font-weight:700; font-size:12.0px; line-height:1.17em;
        color:#ffffff;
        }
.Normal-C0
        {
        font-family:"Times New Roman", serif; font-size:16.0px;
        line-height:1.25em; color:#4a4141;
        }
.Normal-C1
        {
        font-family:"Tahoma", sans-serif; font-weight:700; font-size:19.0px;
        line-height:1.21em; color:#ffffff;
        }

table.center {margin-left:auto; margin-right:auto;}