.container {
	position: absolute;
	width:  440px;
	height: 460px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #1F5291;
	text-align: justify;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-top-color: #1F5291;
	border-right-color: #1F5291;
	border-bottom-color: #1F5291;
	border-left-color: #1F5291;
	padding-left: 10px;
	visibility: visible;
}


#scrolldiv {
	position: absolute;
	margin: 8px;
	overflow: scroll;
	height: 440px;
	width: 470px;
	visibility: visible;
	left: 18px;
	top: -3px;
}



#scrolldiv__controls {
	position: absolute;
	display: none;
	visibility: hidden;
}

#imgup {
    position: relative;
    top: -1px; left: 440px;    
}

#imgdown {
    position: relative;
    top: 437px; left: 440px;    
}

p {
	margin-top: 0;
	font-weight: normal;
	text-align: left;
}
.Logo {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
}
.LogoCover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
