﻿* {
margin: 0;
padding: 0;
border: 0;
background: transparent;
}

body {
background-color: white;
font-size: 12pt;
font-family: Arial,Tahoma,sans-serif;
color: black;
}

img {
display: none;
}

div#left, div#right, div#middle_footer, div#ie {
display: none;
}

div#print {
display: block;
margin-bottom: 20pt;
float: left;
width: 200px;
height: 110px;
clear: both;
}

div#print img {
display: block;
}

div#middle_content, div#middle_title {
display: block;
clear: both;
}

h1 {
font-size: 14pt;
font-weight: bold;
margin-bottom: 12pt;
}

h2 {
font-size: 12pt;
font-weight: bold;
margin-top: 12pt;
margin-bottom: 12pt;
}

p {
margin-bottom: 6pt;
}
