.box-border {  background: #1e567d;  width: 100%;  padding: 1px;  }  .box-header {  background: #2a79af;  padding-left: 5px;  font-family: Verdana;  color: #ffffff;  text-align: left;  /*font-size: 18px;*/  border-bottom: 1px solid #1e567d;  }  .box-header a:link,.box-header a:visited,.box-header a:active {  color: #ffffff;  text-decoration: none;  }  .box-header a:hover {  color: #ffffff;  text-decoration: underline;  }
.box-content {  padding-left: 10px;  /*font-size: 13px;*/  text-align: left;  background: #ffffff;  vertical-align: top;  }
.box-footer {  background: #52abe7;  padding-left: 5px;  padding-right: 5px;  font-family: Verdana;  color: #ffffff;  text-align: right;  font-size: 10px;  border-top: 1px solid #1e567d;  }  .box-footer a:link,.box-footer a:visited,.box-footer a:active {  color: #ffffff;  text-decoration: none;  }  .box-footer a:hover {  color: #ffffff;  text-decoration: underline;  }