body {
	background-color: #090909;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	color: #666666;
	font-size: 10pt;
}

/*Page related styles for you to view*/
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 630px;
	height: 450px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #090909;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

.iframe_content{
	padding-left:19px;
	width:580px;
	text-align: justify;
}


