body 
{
  padding:0; 
  margin:0; 
  height:100%; 
  background:#e7e7e7
}

body, td, input, textarea
{
  font-family:Arial;
  font-size: 10pt;
}

table
{
	padding: 0 0 0 0;
}


.s
{
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color=’#AA666666’, Positive=’true’);
}

.menu
{
  font-family: Arial;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  background: url(images/menu-btn-mid.gif);
}
.item
{
  font-family: Arial;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-shadow: #666666 -1px -1px 2px;
  filter: progid:DXImageTransform.Microsoft.dropshadow(offX=1, offY=1, color='#CC000000');
}
.menu .item a:link, .menu .item a:visited, .menu .item a:active
{
  color: white;
  text-decoration: none;
}
.menu .item a:hover
{
  color: #6495ED;
  text-shadow: #666666 1px 1px 2px;
  filter: progid:DXImageTransform.Microsoft.dropshadow(offX=-1, offY=-1, color='#CC000000');
}
.menu-selected
{
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  background: url(images/menu-btn-act.gif);
}
.menu-selected .item
{
  color: #6495ED;
  text-shadow: #666666 -1px -1px 2px;
  filter: progid:DXImageTransform.Microsoft.dropshadow(offX=1, offY=1, color='#CC000000');
}
.menu-selected .item a:link, .menu-selected .item a:visited, .menu-selected .item a:active
{
  text-decoration: none;
}

