@charset "iso-8859-1";

BODY{
  font-family: Verdana,Sans-serif ;
  font-size: 13px;
  background:#FF0066;
  margin:0;
  padding:10px 0 14px;
  text-align:center;
  color:#000;
  
  SCROLLBAR-FACE-COLOR: #ffffff; 
  SCROLLBAR-ARROW-COLOR: #000000; 
  SCROLLBAR-TRACK-COLOR: #fffff; 
  SCROLLBAR-BASE-COLOR: #ffffff;
} 

TABLE{font-family: Verdana,Sans-serif ;font-size: 13px;}

A:link {color:#031DCD; text-decoration: none;}
A:visited {color:#4A4A4A; text-decoration: none;}
A:hover { background:#FF0066; text-decoration: none; color:WHITE;}
A:active {color:#FFCC00; text-decoration: line-through;}  

IMG { BORDER-LEFT-COLOR: #494949; BORDER-BOTTOM-COLOR: #828282; BORDER-TOP-COLOR: #494949; BORDER-RIGHT-COLOR: #828282 }

#wrap {
  position:relative;
  top:4px;
  left:4px;
  background:#999;
  width:1000px;
  margin:0 auto;
  text-align:left;
  }
#wrap2 {
  position:relative;
  top:-4px;
  left:-4px;
  background:#fff;
  padding:12px;
  }
#wrap3 {
  position:relative;
  top:-4px;
  left:-4px;
  background:#fff;
  padding:22px;
  }
