
body {

	background-color: #ffffff;
	color: #121212;
	font-size: 12pt;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-top: 0%;

      scrollbar-base-color : #ffffff;
      scrollbar-face-color : #ffffff; 
      scrollbar-track-color: #ffffff;
      scrollbar-arrow-color : #121212; 
      scrollbar-3dlight-color: #454545;
      scrollbar-highlight-color : #454545; 
      scrollbar-shadow-color : #454545;
      scrollbar-darkshadow-color : #454545;

}

/* For A */

a:link {

	color: #ffffff;
	background-color: transparent;
	text-decoration:none;

}

a:visited {

	color: #ffffff;
	background-color: transparent;
	text-decoration:none;

}

a:active {

	color: #ffffff;
	background-color: transparent;
	text-decoration:none;

}

a:hover {

	color: #ffffff;
	background-color: transparent;
	text-decoration:none;

}

a.moji:link {

	color: #898989;
	background-color: transparent;
	text-decoration:none;

}

a.moji:visited {

	color: #565656;
	background-color: transparent;
	text-decoration:none;

}

a.moji:active {

	color: #898989;
	background-color: transparent;
	text-decoration:none;

}

a.moji:hover {

	color: #efefef;
	background-color: #787878;
	text-decoration:none;

}


/* For TABLE */

table {
	color: #121212;
	/* margin-top: 0.5em; */
	/* margin-bottom: 0.5em; */

}

/* For TH TD */

th {

	font-size: 12pt;
}


td {

	font-size: 12pt;

}

/* For DL */

dl {

	padding-bottom: 0.5em;

}

/* For DT */


dt {

	font-weight: 800;
	font-style: normal;
	color: #121212;
	padding-top: 0.1em;
	padding-bottom: 0.5em;

}

/* For DD */

dd {

	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	padding-top: 0.3em;
	padding-bottom: 0.8em;

}

/* copyright */

div.copyright {

	color: #676767;
	border-color: #cccccc;
/* 	border-style: dotted ; */
/* 	border-width: 2px 0px 0px 0px; */
	padding-top: 0.5em;
	padding-bottom: 1em;
	padding-left: 0%;
	padding-right: 0%;
	text-align: right;
	font-style: nomal;
	font-size: 10pt;
	margin-left: 0%;
	margin-right: 1%;


