.textbox {
	BORDER: 1px solid #9A9A9A;
	FONT-SIZE: 11px;
	COLOR: #333333;
	FONT-FAMILY: tahoma;
	BACKGROUND-COLOR: #EBF7FE;
	width: 150px;
	padding: 1;
}
.button {
	BORDER: 1px solid #9A9A9A;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #333333;
	FONT-FAMILY: tahoma;
	BACKGROUND-COLOR: #EBF7FE;
	padding: 1;
}
.textbox2 {
	BORDER: 1px solid #9A9A9A;
	FONT-SIZE: 11px;
	COLOR: #333333;
	FONT-FAMILY: tahoma;
	BACKGROUND-COLOR: #EBF7FE;
	width: 75px;
	padding: 1;
}
.textboxOrder {

	BORDER: 1px solid #9A9A9A;
	FONT-SIZE: 11px;
	COLOR: #333333;
	FONT-FAMILY: tahoma;
	BACKGROUND-COLOR: #EBF7FE;
	width: 310px;
	padding: 1;
}
a:link {
	color: #022A82;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #022A82;
}
a:hover {
	text-decoration: underline;
	color: #022A82;
}
a:active {
	text-decoration: none;
	color: #022A82;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}