div.display {
	color: white;
	font-size: 12pt;
	font-weight: normal;
	cursor: default;	
	FONT-FAMILY: Tahoma, Arial,MS Sans Serif, Helvetica;
	background: transparent;
	height: 100%;
	top: 0px;
	overflow-y: auto;
    scrollbar-face-color:white;
    scrollbar-arrow-color:black;
    scrollbar-track-color:white;
    scrollbar-shadow-color: silver;
    scrollbar-highlight-color: silver;
    scrollbar-3dlight-color:white;
    scrollbar-darkshadow-color:white;
}

div.display * {
	color: white;
	font-size: 12pt;
	cursor: default;	
	FONT-FAMILY: Tahoma, Arial,MS Sans Serif, Helvetica;
	background: transparent;	
}
span.gallery {
	color: black;
	font-size: 12pt;
	font-weight: normal;
	cursor: pointer;	
	FONT-FAMILY: Tahoma, Arial,MS Sans Serif, Helvetica;
	background: transparent;
	text-decoration: underline;	
}
span.faq {
	color: red;
	font-size: 12pt;
	font-weight: normal;
	cursor: pointer;	
	FONT-FAMILY: Tahoma, Arial,MS Sans Serif, Helvetica;
	background: transparent;
	text-decoration: underline;	
	border-bottom: 1pt #6a8ccb solid;
	padding-bottom: 2px;
}
li.question {
	color: white;
	font-weight: bold;
	font-size: 10pt;
	cursor: default;	
	FONT-FAMILY: Tahoma, Arial,MS Sans Serif, Helvetica;
	background-color: transparent;
}
li.answer {
	color: red;
	font-weight: normal;
	font-size: 10pt;
	cursor: default;	
	FONT-FAMILY: Tahoma, Arial,MS Sans Serif, Helvetica;
	background-color: transparent;
}