@charset "ISO-8859-1";

@page {
    margin: 1cm;
}

html, body, p, li, th, td, a
{
    font-family: "Times New Roman", serif;
    font-size: 12pt;
    line-height: 1.2em;
    background-color: transparent !important;
    background-image: none !important;
    color: black;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
    line-height: 1.1em;
}
                 /*
a[href^="http://"]:after {
    content: " [Hyperlink: " attr(href) "]";
    font-family: Courier, sans-serif;
    font-size: .8em;
    letter-spacing: 1pt;
}
                   */
.left, .right, .header, .noprint
{
    display: none !important;
}

.main
{
	margin: 0 !important;
   padding: 0;
	/*
   position: static;
   width: 100%;
   left: 0;
   top: 0;
   */
}

.button
{
	clear: both;
   float: left;
   margin: 0 auto .5em 0;
}

.fr
{
	clear: both;
	float: left;
   margin: 0 auto .5em 0;
}
