body {
	background-color: #ffffff;
	margin: 0;
	padding-left: 15; padding-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1, h2 {
	font-variant: small-caps;
	text-align: center;
	font-size: 12px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.tit48 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-stretch:condensed;
text-align:left;
color:#54008E;
}


.tit45 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-align:left;
color:#54008E;
}
.tit44 {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-align:justify;
line-height: 18px;
color:#54008E;
}
h2 {
	font-size: 13px;
}


#content {
	background-color: #ffffff;
	padding-left: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top:2px;
}

.copyrightnotice {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 350px;
	height: 300px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #FFFFFF;
	margin: 0 px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 340px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #D5EADE;
margin: 0px;
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;
}
#mycustomscroll_new {
	/* Typical fixed height and fixed width example */
width: 750px;
	height: 300px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #FFFFFF;
	margin: 0 px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
}

#mycustomscroll2_new {
/* Typical fixed height and fixed width example */
width: 800px;
height: 317px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #D5EADE;
padding: 0px;
}


.fixedwidth_mew {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
color: black;
padding: 1px;
}