body {
background: #000099;
font-family: verdana;
font-size:14px;
 }

.box { 
 background: #ffffff; 
 margin: 5px;
}

.boxtop { 
  background: url(../images/ne.gif) no-repeat top right; 
}

.boxtop div { 
  font-size: 0;
  height: 20px; 
  background: url(../images/nw.gif) no-repeat top left; 
}

.boxbottom { 
  background: url(../images/se.gif) no-repeat bottom right; 
}

.boxbottom div { 
  font-size: 0;
  height: 20px; 
  background: url(../images/sw.gif) no-repeat bottom left; 
}

.boxcontent {
  text-align: center;
  color: #000066;
  padding: 0px 0px 0px 0px;
}

.boxcontent1 {
  height: 275px;
  text-align: center;
  color: #000066;
  padding: 0px 0px 0px 0px;
}

.dbbox { 
  background: #000066; 
}

.dbboxtop { 
  background: url(../images/dbne.gif) no-repeat top right; 
}

.dbboxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(../images/dbnw.gif) no-repeat top left; 
}

.dbboxbottom { 
  background: url(../images/dbse.gif) no-repeat bottom right; 
}

.dbboxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(../images/dbsw.gif) no-repeat bottom left; 
}

.dbboxcontent {
  padding: 0px 10px 0px 10px;
}

.shade {
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 3px;
width: 286px;
border: 1px solid #000000;
}

a:link {
   text-decoration : none;
   font-weight: bold;
font-family: Verdana;
   font-size: 14px;
   }

a:visited {
   font-family: Verdana;
   font-size: 14px;
   color: #2D4A99;
   text-decoration: none; 
   font-weight: bold;
}

a:hover {
   color: #000066;
   font-size: 14px;
   font-weight: bold;
   border-style: none;
   }

a:active {
   color: #ff0000;
   font-size: 14px;
   font-weight: bold;
   border-style: none;
   }

