body {
	/* background-color: #989898; */
	margin: 0;
	padding: 0; padding-top: 1em;
	/* font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif; */
	font-size: 11px;
}

#content {
	background-color: #AAAAAA;
	padding: 3em;
	margin:0.2em 2em;
}

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

#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 850px;
	height: 300px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	margin: 10px;
	font-size: 12px;
}

#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
width: 300px;
	height: 250px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #D5EADE;
	margin: 0.3em auto;
	padding: 15px;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}
#cross1 {
	height: 4px;
	width: 4px;
	background-image: url(images/a11.jpg);
	background-repeat: no-repeat;
}
#cross2 {
	background-image: url(images/a5.jpg);
	background-repeat: repeat-x;
	height: 4px;
}
#cross3 {
	height: 4px;
	width: 4px;
	background-image: url(images/a1.jpg);
	background-repeat: no-repeat;
}
#cross4 {
	height: 4px;
	width: 4px;
	background-image: url(images/la11.jpg);
	background-repeat: no-repeat;
}
#cross5 {
	height: 4px;
	background-image: url(images/a4.jpg);
	background-repeat: repeat-x;
}
#cross7 {
	width: 4px;
	background-image: url(images/a22.jpg);
	height: 201px;
}
#cross8 {
	height: 201px;
	width: 4px;
	background-image: url(images/a2.jpg);
	background-repeat: repeat-y;
}
#cross6 {
	background-image: url(images/a3.jpg);
	background-repeat: no-repeat;
	height: 4px;
	width: 4px;
}
