.main_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.main_text_bold {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.td {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	background-color: #CCCC66;
	height: 12px;
	width: 150px;
}
.td_big {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	background-color: #CCCC66;
	height: 28px;
	width: 150px;
}
.button {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	background-color: #CCCC66;
	height: 20px;
	width: 50px;
}
.StepInputBox {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	background-color: #CCCC66;
	height: 18px;
	width: 150px;
}
.StepTextArea {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	background-color: #CCCC66;
	height: 50px;
	width: 150px;
}