.body {
	background-color: #999999;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(/images/background_texture.png);
}
.tableborder {
	border: thin solid #F0F0F0;
}

.spacer {
	height: 5px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: xx-small;
}
.standard {
	background-color: #CCCCCC;
	margin-top: 5px;
}
.formular {
	height: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-indent: 5px;
	width: 250px;
	background-color: #FAFAFA;
	color: #333333;
	padding-top: 2px;
	border: 2;
	border-color: #000000;
	border-width: 1;
	border-style:solid;
}

.standardboth {
	margin-top: 5px;
	background-color: #CCCCCC;
	margin-bottom: 5px;
}
.pullout {
	height: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-indent: 3px;
	width: 100px;
	background: #FAFAFA;
	color: #333333;
	border: 2;
	border-color: #000000;
	border-width: 1;
	border-style:solid;
}
.button {
	height: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	width: 90px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-image: url(button_empty.png);
	font-weight: bold;
	text-decoration: none;
	text-align: inherit;
	margin-right: 18px;
	background-position: center center;
}
.standardno {

	margin-top: 0px;
	background-color: #CCCCCC;
}
