body { margin:0px 0px; padding:0px; } 


h1 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #585858;
	font-weight: 100;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #48a548;
	padding-left: 4px;
	margin-top: 2px;
}


a {
	
	text-decoration: none;
}

a:link, a:visited, a:active  {
    color:  #48a548;
  	text-decoration: underline;
}

ul {
	list-style-type: none;
}

sup {
	font-size:6px;
}

#bg{
	left:0px;
	right:0px;
	background-color:white;
} 

#title{
	top: 0px;
    position: absolute;
    left: 0px;
    width: 300px;
    height: 1px;
} 

#disclaimer {
	position: absolute;
	top: 13px;
	left: 427px;
	width: 298px;
	height: 59px;
	z-index: 10;
	/*background-color: #ebeded;*/
	border: 0px solid #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 10px;
    line-height: 12px;
    text-align: left;
    color: #585858;
	opacity: 0;
/*	display: none;*/
/*	background-color: #ffffff;*/
	/* text-rendering: optimizeLegibility; */
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#disclaimer_content {
    position: absolute;
    top: 2px;
    left: 4px;
    width: 296px;
    height: 63px;
    border: 0px solid #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    
    text-align: left;
    color: #585858;
    /*background-color: #ffffff;*/
    overflow: hidden;
    /* text-rendering: optimizeLegibility; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

#disclaimer p {
	padding-top: 0px;
	padding-bottom: 12px;
/*    list-style: none;*/
}

#disclaimer ul {
	margin: auto;
	padding-left: 10px;
}

#disclaimer ul li {
	margin-bottom: 7px;
  list-style: none;
}
#disclaimer ul li:before {
  /* For a round bullet */
  content: '\2022';
  /* For a square bullet */
  /*content:'\25A0';*/
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -8px;
  top: 0;
  color: #48A548;
  font-size: 14px;
}

#infoguide{
	position: absolute;
	background-color: white;
	left: 427px;
	width: 300px;
	height: 11px;
	bottom: 1px;
	opacity: 0;
}
#guide, #info  {
	position: absolute;
	bottom: -5px;
	z-index:50px;
	/* text-rendering: optimizeLegibility; */
	
}

#guide {
	right: 6px;
}

#info {
	left: 5px;
}

#strong {
	font-family: Arial, Helvetica, sans-serif;
	/*font-style: bold;	*/
	font-weight:700;
}



#logo_keytruda {
	left:0;
	top:0;
	width:728px;
	height:90px;
	background-image:url(../images/logo_keytruda.png);
	z-index:3;
}
.greenhl{
	margin-left: -8px;
	color: #585858;
	
	
}