@charset "UTF-8";
/* CSS Document */

/*____________________________________________________________________  Body  */

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

#print {
	display: none;
}

#logo_print {
	clear:both;
	margin-bottom:10mm;
	display: block;
}

/*___________________________________________________________________  Links  */
a {
  text-decoration: underline;
  color: #004c82;
}

/*__________________________________________________________________  Images  */
img {
  border: none;
}

/*_________________________________________________________________  Headers  */
h1, h2, h3 {
  font-weight: normal;
}
h1 {
	font-size: 20pt;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 16px;
	color: #B50B51;
}
h2 {
  font-size: 15pt;
  line-height: 18px;
  margin-bottom: 6px;
  margin-top:0;
  color: #B50B51;
}
h3 {
  font-size: 11pt;
  line-height: 12pt;
  margin-bottom: 4px;
  color: #B50B51;
}

/*____________________________________________________________________  Text  */
p, pre {
	margin: 0 60px 0 0;
	line-height: 140%;
}

ul {
	list-style-type: disc;
}

