/*

     Template Name: Print CSS

*/
@page {
    size: landscape;
}
body {
     font-family: Arial, Helvetica, san-serif;
     font-size: 10pt;
}
#options_holder {
        display: none;
}
#associations {
       display: none;
}
#ads {
        display: none;
}
.headline {
        font-size: 12pt;
        font-weight:bold;
}
#phone {
        text-align: right;
}
#foot {
        text-align: right;
}
.plain_logo {
        display: block;
}
a {
       text-decoration: none;
       color: #000;
       font-weight: bold;
}
#cont_ii {
       width: 100%;
}