body {
	background-color: #ffffff;
	margin: 0;
	padding: 0; padding-top: 0em;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 12px;
}

h1, h2 {
	font-variant: small-caps;
	text-align: center;
	font-size: 180%;
	width: 96%;
	margin-left: 5px;
	margin-right: 0px;
}

h2 {
	font-size: 160%;
}


#content {
	background-color: #ffffff;
	padding: 1em;
	margin:0.2em 0.5em;
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	text-indent: 0;
}


/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width:610px;
height: 360px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin: 0.3em auto;
padding: 5px;
}

#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
width: 610px;
	height: 360px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #ffffff;
	margin: 0em auto;
	padding: 1px;
}




/* general page style ends here */
