h1, h2 {
	font-variant: small-caps;
	text-align: center;
	font-size: 180%;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-size: 160%;
}


#content {
	padding: 0px;
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

/*Page related styles for you to view*/
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 190px;
	height: 610px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	padding: 10px;
}

#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
	visibility:visible;
	z-index:1; 
	width:320px; 
	height:150px; 
	position:relative; 
	overflow:auto; 
	left:5px;
}

#ajaxmorenews{
	/* Typical fixed height and fixed width example */
	display:none; 
	z-index:1; 
	width:304px; 
	height:150px; 
	position:relative; 
	overflow:auto; 
	left:5px;
}
#discount {
	/* Typical fixed height and fixed width example */
	width: 315px;
	height: 144px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
/*	background-color: #D5EADE;	*/
	margin: 0.1em auto;
	padding: 1px;
}

.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 250px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}
.flexcroll{
	z-index:1; 
	width:345px; 
	height:270px; 
	position:relative; 
	overflow:auto; 
	margin-left:0px; 
	margin-right:0px; 
	margin-bottom:0px; 
	margin-top:0px; 
	top:0px; 
	left:0px; 
	background-color:#37618D;
}
/* general page style ends here */


