/* CSS Document
Print
 */

/* CSS Document */
html {
height: 100%;
width: 100%;
margin: 0px;
}
body {
width: 100%;
height: 100%;
}
#style-table {
min-height: 100%;
height: 100%;
width: 100%;
max-width: 100%;
border-collapse:collapse;
}
#border-left, #border-right {
	width: 0px;
}
#header {
display: none;
}
#content {
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
vertical-align:top;
}
#footer {
display: none;
}
h1 {
color:#9D0000;
font-weight: bold;
font-size: 38px;
font-family: Arial, Helvetica, sans-serif;
}
#address {
display:table-cell;
text-align:center;
font-size: 8px;
font-family: Arial, Helvetica, sans-serif;
}
#address table {
width: 350px;
margin-left: auto;
margin-right: auto;
text-align:center;
font-size: 8px;
font-family: Arial, Helvetica, sans-serif;
}
#address table td {
vertical-align: top;
}