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

/*____________________________________________________________________  Body  */
body {
	margin: 0;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	color: #393939;
	text-align: left;
}

#print {
	position:absolute;
	top:10px;
	right:10px;
	font-size:11px;
}

#print a {
	display:block;
	padding: 4px 4px 4px 22px;
	background-color:#fff;
	background-image:url(../img/print.gif);
	background-repeat:no-repeat;
	background-position: 2px center;
	font-size:11px;
	vertical-align: middle;
	text-decoration: none;
	border: solid 1px #fff;
}

#print a:hover {
	background-color:#eee;
	border: solid 1px #ddd;
}

#logo_print {
	clear:both;
	margin-bottom:16mm;
	display:none;
}

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

/*__________________________________________________________________  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;
	padding-right:100px;
}
h2 {
  font-size: 13pt;
  line-height: 18px;
  margin-bottom: 6px;
  margin-top:0;
  color: #B50B51;
  padding-right:100px;

}
h3 {
  font-size: 10pt;
  line-height: 12pt;
  margin-bottom: 4px;
  color: #B50B51;
}

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

ul {
	list-style-type: disc;
}

