body  {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 388px;
	height: 543px;
	overflow: auto;
	vertical-align:middle;
	text-align:left;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #FFFFFF;
	/* margin: 0.3em auto; */
	padding: 10px;
	color: #000000;
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
}

#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
	width: 456px;
	height: 590px;
	overflow: auto;
	vertical-align:middle;
	text-align:center;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	/* margin: 0.3em auto; */
	padding: 10px;
}


.fontVerdana12Black {
	color: #000000;
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
}

.fontVerdana15White {
	color: #cccccc;
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
}
.fontVerdana15White:link {
	color: #cccccc;
	text-decoration: none;
}
.fontVerdana15White:active {
	color: #cccccc;
	text-decoration: none;
}
.fontVerdana15White:visited {
	color: #cccccc;
	text-decoration: none;
}
.fontVerdana15White:hover {
	text-decoration: none;
	color: #ffffff;
}

.fontVerdana15WhiteNoLink {
	color: #cccccc;
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
}

a.link {text-decoration: none;}
a.active {text-decoration: none;}
a.visited {text-decoration: none;}
a.hover {text-decoration: underline;}