@charset "utf-8";
/* CSS Document */

BODY {background-color:#051085;}

.infotable { border:1px solid black; width:95%; }

.box2 { 
  background: #FFFFFF;
  width:850px;
}

.box { 
  background: #FFFFFF;
  width:800px;
}
.boxtop { 
  background: url(ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}


.mypics { border:1px solid black; }