body {	margin-left:auto;
background-color: #E5EAB9; margin: 0; padding: 0; padding-top: 0em; font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif; color=#FFFFFF; font-size: 12px;
}

a {
color: #20262D; text-decoration: none; font-weight: bold;
}

h1, h2 {
text-align: center; font-size: 180%; width: 150%;
}

h2 {
	font-size: 160%;
}

#content {
	background-color: #777777;
	padding: 0em;
	margin:0em 0em;
	border: 0px solid #808BA4;
	color: White;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 375px;
	height: 330px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/* background-color: #000000 */
	padding: 0px;
	line-height: 180%;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
	width: 375px;
	height: 330px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/* background-color: #000000 */
	padding: 0px;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 550px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}


.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

