body {
	font-family: Arial;
	font-size: 10pt;
	margin: 15px;
  padding: 0px;
  background-color: #ffffff;
}

table {
	margin: 5px 0px 5px 0px;
}

td {
	font-family: Arial;
	font-size: 10pt;
	padding: 3px 5px 3px 5px;
	margin: 3px;
	text-decoration: none;
}

.td_active {
	text-align: center;
	background-color: #009fd9;
	border: 1px solid #009fd9;
	color: #fff;
}

.td_inactive {
	text-align: center;
	background-color: #fff;
	border: 1px solid #CCC;
	color: #CCC;
}

.td_notactive {
	text-align: center;
	background-color: #fff;
	border: 1px solid #CCC;
	color: #444;
	cursor: hand;
	cursor: pointer;
}

.td_c_active {
	text-align: left;
	background-color: #009fd9;
	border: 1px solid #009fd9;
	color: #fff;
	cursor: default;
}

.td_c_notactive {
	text-align: left;
	background-color: #fff;
	border: 1px solid #fff;
	color: #444;
	cursor: hand;
	cursor: pointer;
}
span {
	margin: 0 0 5 10;
}

input {
   border-width: 1px;
}

