div.header_container h1.logo {
	background: url("/imgs/logo.gif") top left no-repeat;
	width: 393px; height: 72px;
	margin: 0px;
}
body {
    font-family: "Times New Roman", Serif;
    font-size: 12pt;
}
div.left_container {
    display: none;
}
div.main h1 {
    display: none;
}
div.document_body h1 {
    display: block;
}
div.document_body h1.gerb {
    display: block;
    padding-top: 80px;
    margin-top: 20px;
    background: url(/imgs/gerb.gif) center 0px no-repeat;
    overflow: visible;
}
div.document_body p.center {
    text-align: center;
}
div.document_body p.justify {
    text-align: justify;
}
div.document_body p.right {
    text-align: right;
}
div.footer {
    border-top: solid 1px black;
    margin-top: 2em;
}
h1 {
    font-size: 120%;
    text-align: center;
}
