table.infoTable {
	border: 1px solid #444;
	margin: 0px;
	white-space: nowrap;
}

table.infoTable caption {
	font-weight: bold;
	font-size:120%;
}

table.infoTable .odd {
	background-color: #ddf;
}

table.infoTable .even {
	background-color: #ccf;
}

table.infoTable .col1, table.infoTable .col2 {
	padding-left: 5px;
	padding-right: 5px;
}
table.infoTable .col2 {
	width: 200px;
}

