select.myselectclass {
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 12px;
	color: #000333;
	background-color: #e1d9ce;
	border: solid 1px #000000;
	width:150px;
}
td.mytdclass {
	text-align: center;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	color: #404040;
	background-color: #937e5f;
	text-indent: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 180px;
}
body.mybodyclass {
	background-image:url(background1.jpg);
}
body.mybodyclass2 {
	background-color:#937e5f;
}
option.myoptionclass {
	font-family: Verdana, sans-serif, Arial;
	font-weight: bold;
	background-color: #e1d9ce;
}