@charset "utf-8";
/* CSS Document */

body {
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt;
}

p.normal 
{
font-family: "Times New Roman", Times, serif;
font-weight: normal;
font-style: normal;
font-variant: normal;
color: black;
margin-left: none;
}

h1 {
font-family: "Times New Roman", Times, serif;
font-weight: strong;
font-style: italic;
color: black;
}

a:link {
color: black;
font-style: italic;
text-decoration: underline;
font-family: "Times New Roman", Times, serif;
}

a:visited {
color: black;
font-style: italic;
font-family: "Times New Roman", Times, serif;
text-decoration: underline;
}

img {
  display : none;
} 

img.print {
	border-style: none;
	display: block;
}
