#content {
	padding: 0em;
	margin:0px;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 337px;
	height: 280px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	padding: 0px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0.3em;
	margin-right: auto;
	margin-bottom: 0.3em;
	margin-left: auto;
	top: 60;
}

#mycustomscroll2 {
/*percantage width: make it 100% to match container*/
width: 100%;
height:100px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #D5EADE;
margin: 0.3em auto 0.3em -20px;
/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
padding: 0px;
}

/*
percentage width: the real percentage is done by the wrapper
this is to fix various IE6 bugs
*/
.percentagewrap {
	width: 0%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 337px;
height: auto;
position: relative;
color: white;
padding: 1px;
}
.txt-01 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #FCEBEB;
	text-decoration: none;
	padding: 0px 20px 20px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
}
#mycustomscroll3 {	/* Typical fixed height and fixed width example */
	width: 327px;
	height: 280px;
	overflow: visible;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0.3em;
	margin-right: auto;
	margin-bottom: 0.3em;
	margin-left: auto;
	top: 60;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: justify;
}
#mycustomscroll4 {
	width: 327px;
	height: 250px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
	color: #FFFFFF;
	visibility: inherit;
}


	
#mycustomscroll5 {
	width: 347px;
	height: 280px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0.3em;
	margin-right: auto;
	margin-bottom: 0.3em;
	margin-left: auto;
	top: 60;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: justify;
}
#mycustomscroll6 {
	width: 327px;
	height: 280px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0.3em;
	margin-right: auto;
	margin-bottom: 0.3em;
	margin-left: auto;
	top: 60;
	color: #717159;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: justify;
}
#mycustomscroll7 {
	width: 715px;
	height: 331px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: absolute;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0.3em;
	margin-left: auto;
	top: 50;
	color: #717159;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
	left: 284px;
}

