@charset "ISO-8859-1";

* { padding: 0;
    margin: 0; }

body { background-color: #f1fafc;
       color: #000000;
       line-height: 1.5;
       font-family: calibri, verdana, helvetica, arial, tahoma, sans-serif; }

img {   border: none; }

hr {color:#d7e5e8;
    height: 4px;
    background-color:#d7e5e8; /* Mozilla 1.4 */
    margin-top: 1em;
    margin-bottom: 1em; }

a:link { text-decoration:none; color:#f1fafc; }
a:visited { text-decoration:none; color:#f1fafc; }
a:hover { text-decoration:none; font-weight:bold; background-color:#1D73F4; color:#2E1661}

a.inText:link { text-decoration:none; color:#000000; }
a.inText:visited { text-decoration:none; color:#000000; }
a.inText:hover { text-decoration:none; font-weight:bold; background-color:#f1fafc; color:#00000}