#main{
    width: 100% !important;
}

body{
    font-family: sans-serif;
    background: #fff;
    margin:     0;
    padding:    0 0.5cm;
    font-size:  10pt;
    color:      #000;
    line-height: 1.3;
}

#foot, #menu, #info, #head img, #head p {
    display: none;
}

h1 a:link, h1 a:visited {
    display: block !important;
    color:           #007B3E;
    text-decoration: none;
    font-size:       24pt;
    margin:          0;
    padding:         0;
}

#head h2 {
    font-size: 18pt;
    margin: 0 0 0.5cm;
    padding: 0 0 0.1cm 0;
    border-bottom: 1px solid #cecece;
    color:  #007B3E;
}

h3 {
    border-bottom: none;
    color: #000;
}

h4 {
    font-size: 11pt;
    color: #000;
}

table { 
    border-collapse: collapse;
    font-size: 10pt;
}

td, th {
    padding: 0.1cm;
    border: 1px solid #cecece;
}

p {
    margin:  0;
    padding: 0.1cm 0.1cm 0.2cm 0;
    font-size: 10pt;
}

ul, ol {
    margin-top:    0.2cm;
    margin-bottom: 0.2cm;
}

li {
    list-style: square;
}

img {
    border: none;
}

p strong {
    color: #000;
}

a:link, a:visited {
    text-decoration: underline;
    color: #2c5978;
}
