@media all {
   A {
          font-size: 12pt;
          font-size-adjust: none;
     }
  body
  {
   SCROLLBAR-3D-LIGHT-COLOR: Purple;  
   SCROLLBAR-FACE-COLOR: Purple ;
   SCROLLBAR-ARROW-COLOR: Purple;
}
	.tablebottomblue{
	border-bottom: medium solid #99FFFF;
	}

  .tabletopblue {
  border-top: border-top-width: 1; border-top-color : #99FFFF
  }

   P {
          font-size: 12pt;
          text-transform: none;
     }
	 
	 .ShopBorder
	 {
	
border-right: thin solid #CC00CC;
border-left: thin solid #CC00CC;
border-bottom: thin solid #CC00CC;
border-top: thin solid #CC00CC;
	 }

   A.menu {
          text-align: center;
          text-decoration:None ;
          text-transform: capitalize;
          color: #cc00cb;
		  font-style:oblique;
		  font-weight:800;
          }

   A.menu:hover {
          text-decoration: underline ;
          color: purple;
          cursor: hand;
                }

	A.ce
	{
	font-size:12px;
			font:"Times New Roman", Times, serif; 
			text-decoration:none;
			font-weight:bold;
			color:#000099;
	}
	a.ce:hover
	{
	
          color:#FF0000;
	}
/*
   A.menu:active {
          text-decoration: underline ;
          color: #99ffff;
                 }
*/
   .MenuRight {
          text-align: center;
          border-right: thin solid #ccffff;
              }

   .fullheight {
          height: 100%;
               }

 /*  body , html {
          margin-top: 0%;
          margin-bottom: 0%;
          height: 100%;
               }
			   */

   #noResizeTable {
          font-size-adjust:none;
                  }

   .noresize {
          font-size-adjust: none;
             }

  /* TABLE {
         }

   TABLE.footer {
          font-size: 10pt;
          font-size-adjust: none;
          font-weight: bold;
          text-decoration: ;
          color: #99ffff;
                }
 */
   A.footer {
          font-size: 10pt;
          font-weight: bold;
          text-decoration:none ;
          color: #99ffff;
            }

   A.footer:hover {
          font-size: 10pt;
          font-weight: bold;
          text-decoration:none ;
          color: #ffccff;
                  }

   .footer {
          font-size: 10pt;
          font-weight: bold;
          color: #99ffff;
           }



    A.SideMenu {
			font-size:14px;
			font:"Times New Roman", Times, serif; 
			text-decoration:none;
			font-weight:bold;
			color:#FFFF00;
			}
	
	A.SideMenu:hover {
		
	color:#00FFFF;
	}


   .FRAMERIGHT {
          border-right: medium solid #CC00CC;
               }

   .FRAMELEFT {
          border-left: medium solid #CC00CC;
              }

   .FRAMEBOTTOM {
          border-bottom: medium solid #CC00CC;
                }
				
	/*.cellSpan
				{
  		height:100%;
  		width=100%;
  		overflow:auto;
 				}
				*/

}

@media screen{
 .containerTable{
  height:100%;
  width:100%;
 }
 .cellSpan{
  height:100%;
  width:100%;
  overflow:auto;
 }
 .NoPrint
 {
 }
}

@media Print
{
 .NoPrint
 {
 display:none;
 }
}

