.tablecenter {
	text-align: center;
	margin: auto;
}
/* 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;
}
/* USe this on the rows of a 3+ column table */
/* Can also be used on the td cells of a 2 column table */
.rowon {
	padding: 2px 2px 2px 5px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* USe this on the rows of a 3+ column table */
/* Can also be used on the td cells of a 2 column table */
.rooff {
	padding: 2px 2px 2px 5px;
	background-color: #F0F0FF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECE9D8;
}
/* Ozark Gateway 2 column table: */
.tablestd {
	border-top: 1px solid #61705D;
	border-right: 1px solid #61705D;
	margin: auto;
}
.tablestdcenter {
	border-top: 1px solid #61705D;
	border-right: 1px solid #61705D;
	margin: auto;
}
.trstdon {
	background-color: #FFFFFF;
	padding: 0px;
}
.trstdoff {
	background-color: #C0CFE0;
	padding: 3px;
}
.tdstd {
	padding: 6px;
	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;
}
