/* Print style */

placeholder {
/* make sure body does not get missed */
}

body {
color: #000000;
background-color: #FFFFFF;
font-family: Tahoma;
font-size: 75%;
}

table {
border-collapse: collapse;
width: 100%;
margin: 0;
float: none;
}

th.eqms_header {
border: 1px solid #000000;
font-weight: bold;
}

th.eqms_sub_header {
border: 1px solid #000000;
font-weight: bold;
}

td.eqms {
border: 1px solid #000000;
}

td.menu {
width: 0px;
visibility: collapse;
}

a.menu:link {
color: #000000;
text-decoration: none;
}

a.menu:visited {
color: #000000;
text-decoration: none;
}

a.menu:hover {
color: #000000;
text-decoration: none;
}

a.menu:active {
color: #000000;
text-decoration: none;
}

.NoPrint {
display: none;
}