	body {
		background-color: white;
		font-family : Arial;
	}
	.tablestyle{
		border : thin solid Black;

	}
    .cssBorder {
      	border-right: black 1px solid;
      	border-top: black 1px solid;
      	border-bottom: black 1px solid;
      	border-left: black 1px solid;
      	padding-left: 2px;
	}

	#tableback {
		border-color: white;
		border-style: solid dotted;
	}
	.button {
		border-right:#666666 1px solid;
		border-top:#666666 1px solid;
		border-bottom:#666666 1px solid;
		border-left:#666666 1px solid;
		font-size: 11px;
		width: 90px;
		cursor:pointer;
		color: #555555;
		font-family:Arial;
		background-color: #dadeeb;
	}
	.buttonover {
		border-right:#666666 1px solid;
		border-top:#666666 1px solid;
		border-bottom:#666666 1px solid;
		border-left:#666666 1px solid;
		font-size: 11px;
		width: 90px;
		cursor:pointer;
		color: #555555;
		font-family:Arial;
		background-color: #b0c4de;
	}
	.smbutton {
		border-right:#666666 1px solid;
		border-top:#666666 1px solid;
		border-bottom:#666666 1px solid;
		border-left:#666666 1px solid;
		font-size: 11px;
		cursor:pointer;
		color: #555555;
		font-family:Arial;
		background-color: #b0c4de;
	}