.tablestdcenter {
	border-top: 1px solid #61705D;
	border-right: 1px solid #61705D;
	margin: auto;
}
.trstdon {
	background-color: #FFFFFF;
	padding: 0px;
}
.trstdoff {
	padding: 3px;
}
.tdstd {
	padding: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #61705D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #61705D;
}
.texfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	float: left;
}
.tdspace {
	padding-right: 3px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.texfieldcenter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
/* not sure this next one works properly? */
.tableborder_multicell {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
/* Use this one for the table border on a 2 column table */
.tableborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
/* Use this one for the table border on a 3+ column table */
.tablemulticell {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
}
/* use this on the cells of a 3+ column table */
.tdmulticell {
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
