/********************************************************************************/
/* Print-CSS for www.ms-gateway.com
/********************************************************************************/
@charset "utf-8";
/*@import "main.css";*/

* {
    font-size: 9pt;
}
body {
    background: #FFF;
    color: #000;
    font-family: Verdana, Arial, sans-serif;
}
a {
    color: #004D57;
    text-decoration: underline;
}

#searchResult {
    width: auto;
    margin: 0;
    padding: 0;
}

p, ul, ol, dl {
    line-height: 13pt;
}