* {
    background: #FFF !important;
    color: #000 !important;
    font: 9pt Verdana,Arial,SunSans-Regular,Sans-Serif;
}

h1 {
    font-size: 13pt;
    font-weight: bold;
}
h2, h3, h4 {
    font-size: 10pt;
    font-weight: bold;
}

table.fonts {
    width: 100%;
}

img {
    border: none;
}

th {
	text-align: left;
}
td {
	text-align: left;
}
td.right {
	text-align: right;
}
td.left {
	text-align: left;
}
td.center {
	text-align: center;
}

a, a:visited, a:hover, a:active {
	color: #000;
	text-decoration: none;
}

#bg_left,
#bg_right,
#header,
.menu {
    display: none;
}

#container {
    width: 90%;
    max-width: 900px;
}


#print_header {
    border-bottom: 1px solid #FE4500;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 20px;
}
#print_header li {
    float: right;
    padding: 0 0 0 30px;
}
#print_header a {
    font-size: 10pt;
    font-weight: bold;
}
