.MainText {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.MainTextBold {

	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.MainTextBoldRed {


	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}
.button {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	background-color: #E6E6E6;
	height: 20px;
	width: 50px;
}
.StepInputBox {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	background-color: #E6E6E6;
	height: 15px;
	width: 200px;
}
.StepTextArea {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	background-color: #E6E6E6;
	height: 40px;
	width: 200px;
}