/* the following was added on 082208 to style the tables */
table.tablewithborder {
border:1px solid #000000;
border-collapse:collapse;
}

th, td {
	border-style:solid;
	border-width: 1px;
	border-color: #333333;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	line-height:1.2em;
	vertical-align:middle;
	text-align: left;
}
