@charset "UTF-8";
/* CSS Document */
html, body {
	width: 100%; 
	height: 100%; 
	letter-spacing: normal;
	letter-spacing: 0px;
	font-weight: normal;
	position: fixed; 
	overflow: hidden;
	scrollbars:none; 
}

a:link
{
color:#666666;
}
a:visited {
    color: #666666;
}


H1 {
	/*font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
	font-family: 'Arimo', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	line-height: 15px;
	/*color:#76008E*/
	/* font-weight: normal;*/	
	color:#3580ad;
	padding: 0px 0px 0px;
	margin: 2px 0px 9px 5px;
}
sup {
	font-size: 10px;
	line-height: 10px;
	}
p, ul {
	font-family: 'Arimo', sans-serif;
	font-size: 11.5px;
	font-style: normal;
	color:#666666;
	font-variant: normal;
	font-weight: 400;
	line-height: 12px;
    padding: 0px 0px 0px 5px;
}
ul {
    margin: -9px 2px 0px 5px;
	padding: 0px;
}
ul > li {
	list-style-type: none;
  	background: url(images/bullet_square.gif) no-repeat 0 4px;
	margin: 0px;
	padding: 1px 0px 3px 8px;
	font-size: 11.5px;
	font-variant: normal;
	line-height: 11.5px;
	/*margin-left: -5px;*/
}
ul > li >ul{
    margin: 3px 0px 0px 0px;
}
/*ul > li >ul{
  list-style-type: none;
  background: url(images/bullet_dash.gif) no-repeat 0 7px;
}*/
ul > li > ul > li {
	list-style-type: none;
  	background: url(images/bullet_dash.gif) no-repeat 0 4px;
	margin: 0px;
	padding: 0px 0px 3px 8px;
	font-size: 11.5px;
	font-variant: normal;
	line-height: 12px;
	/*margin-left: -5px;*/
}
/*ul > li > ul > li:before {
 /* content: "–"; /* en dash 
  list-style-type: none;
  
  position: absolute;
	
	margin: 0px;
	margin-left: 0px; 
	padding-left: 0px;
	padding-bottom: 5px;
}*/
#scrollhere {
    top: 3px;
	right: -2px;
    margin: 0px;
	padding: 0px;
    position: absolute;
    display: inline-block;
}
#isiText {
	text-align:left;
	position: absolute;
	width:240px;
	height:0px;
	top: 0;
	left: 0;
	margin: 0px 1px;
	padding: 0px 0px 0px 4px;
	overflow-x: hidden;
	overflow-y: auto;
	background: transparent;
	/*background: #FFFFFF url(images/scroll_here.png) no-repeat right top;*/
}


sub {
   font-size: 10px;
   line-height: 5px;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
    width: 10px;
}
::-webkit-scrollbar:horizontal {
    height: 12px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3);
    border: 2px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
	/*-webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);*/

}
::-webkit-scrollbar-track {
    border-radius: 3px;
	background-color: rgba(255, 255, 255, .255);
}