input {
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
}
td {
	font-family: Arial;
	font-size: 14px;
}
textarea {
	font-family: Arial;
	font-size: 13px;
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
}
.tableboder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9A96FF;
}
.tableColor {
	border: 1px solid #CC99CC;
}
.tableBorderFull {
	border: 1px solid #000000;
}
.bottomRight {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.bottomLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
h2 {
	font-size: 16px;
	font-weight: 500;
}
