.button {
	color: #FFFFFF;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px double #cccccc;
	width: auto;
	padding: 0px 5px;
	line-height: 18px !important;
	line-height: 16px;
	height: 26px !important;
	height: 24px;
	margin: 1px;
	background-color: #218FE8;
	background: #218FE8;
}
.button2 {
	color: #000000;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px double #cccccc;
	width: auto;
	padding: 0px 5px;
	line-height: 18px !important;
	line-height: 16px;
	height: 26px !important;
	height: 24px;
	margin: 1px;
	background-color: #F1F1EF;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

a:link, a:visited {
	color: #009E01; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #E84618;	text-decoration: underline;
	font-weight: bold;

}.textonormal {
	color: #000000;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
