
body {
	font-size:13px;
	margin: 0px;
	padding: 0px;
}

.TitleList {
	font-size: 13px;
	color: black;
	font-weight: bold;
	border: 1px solid;
}

.ValueList1 {
	text-align: center;
	height: 25px;
	background-color: #ffffff;
	border: 1px solid #eeeff3;
}

.ValueList2 {
	text-align: center;
	height: 25px;
	background-color: #eeeff3;
	border: 1px solid #ffffff;
}



.ValueList3 {
	text-align: center;
	height: 25px;
	background-color: #c5c2ef;
	border: 1px solid #ffffff;
	color:blue;
}

.buttonClass {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	border-radius: 10px;
	cursor: pointer;
}

	.buttonClass:hover {
		text-align: center;
		font-weight: bold;
		font-size: 14px;
		color: white;
		background-color: #1276b6;
		border-radius: 10px;
		cursor: pointer;
	}

	.buttonClass:active {
		text-align: center;
		font-weight: bold;
		font-size: 14px;
		color: red;
		background-color: white;
		border-radius: 10px;
		cursor: pointer;
	}

	.divScroll {
		/* width: 250px;
				height: 140px;
				overflow: auto;*/
	}

		.divScroll::-webkit-scrollbar {
			width: 0px;
			/*background-color: black;*/
		}

