
 #master-logotype {
   display:block;
 }
 /* and only FF3 */
 html>/**/body #master-logotype, #master-logotype:-moz-any-link, #master-logotype:default {
   margin-top:-1px;
 }


 .footer {
   margin: 5px;
   text-align: left;
   color: rgb(90, 90, 90);
   font-size: 12px;
 }
 .footer a {
   color: #2D4B9B;
   text-decoration: none;
   font-size: 12px;
 }
 .footer a:hover {
   color: #2D4B9B;
   font-size: 12px;
 }
 .partners {
   margin: 5px;
   text-align: left;
   color: gray;
   font-size: 10px;
 }
 .partners a {
   padding-right: 0px;
   color: gray;
   text-decoration: none;
   font-size: 10px;
 }
 .partners a:hover {
   color: gray;
   text-decoration: underline;
   font-size: 10px;
 }
 .recognition {
   text-align: center;
 }
 .recognition img {
   border: 0;
 }
