body {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   margin: 0px;
   padding: 0px;
}
a img {
   border: none;
}
.POP_Banner {
   height: 60px;
   overflow: hidden;
   background: url(../images/pop_bg.png) repeat-x top;
}
.POP_Banner a {
   display: block;
   margin: 0px;
   margin-left: 20px;
   margin-right: 20px;
   text-decoration: none;
   float: left;
   height: 60px;
   line-height: 60px;
   font-size: 10pt;
   font-weight: bold;
   background-image: none;
   color: #666666;
}
.POP_Banner a:hover {
   color: #6495ed;
   background: url(../images/pop_link.png) top center no-repeat;
}
.POP_Content {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   margin: 20px;
}
