body {
	margin: 0;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #CCCCCC;
	padding: 0em;
}

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: 3px;
	margin:3px;
}

.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: 730px;
	height: 240px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	padding: 0px;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
}

#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
width: 400px;
	height: 380px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	padding: 0px;
	margin: 0px;
}


.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 380px;
	height: auto;
	position: relative;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

/* general page style ends here */
