.text {
	width: 34em;
	text-align: center;
	margin: 0 auto;
}
.left {
	text-align: left;
}
.listing {
	width: 40em; 
	text-align: center; 
	margin: 0 auto;
}
.footer {
	width: 34em; 
	text-align: center; 
	margin: 0 auto;
}

.logocode { 
	margin-left: 2cm;
	font-family: LucidaTypewriter, 'B&H LucidaTypewriter', Lucida Console, Andale Mono, Monaco, Terminal, Courier, monospace, sansserif;
	font-size: 14px;
}
p
{
	text-align: justify;
}
.indentedImage { 
	margin-left: 2cm;
}
.centeredImage
{
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

.imageWithCaption
{
  text-align:center;
  margin: 0.5em;
  padding: 0.5em;
}
.imageWithCaption p
{
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

/* note: all below is table stuff. like all other design stuff, just temporary. */




/* Spearmint tints > http://inspire.server101.com/bttdb/html/tables/ */

/* table */

/* yours */
table.center {margin-left:auto; margin-right:auto;}

table {
	margin: 0 0 1em;
	background: #FFF;
	border-collapse: collapse;
	border-top: 1px solid #363;
	border-bottom: 2px solid #363;
}

/* caption = table title/heading */
caption {
	text-align: left;
	font: bold small-caps 120%/1.3 "trebuchet ms",Helvetica,Arial,Sans-Serif;
	color: #363;
	margin: .3em 0;
}

/* reduced font size to save space */
tr { font-size: 90%; }
/* prevent nested tables reducing font size further */
tr tr { font-size: 100%; }

/* tinted rows */
/* in CSS3 selectors: tbody tr:even or tbody tr:nth-child(2n) */
tr.odd {
	background: #DFD;
}

/* table cells */
th, td {
	font-weight: normal;
	padding: .3em .7em;
	text-align: left;
	vertical-align: top;
}

/* borders to separate body sections */
tbody tr:first-child th,
tbody tr:first-child td,
tfoot tr:first-child th,
tfoot tr:first-child td {
	border-top: 1px solid #363;
}

/* tints for column headings */
thead {
	background: #9C9;
	white-space: nowrap;
}

/* tints for totals */
tfoot {
	background: #ADA;
}

/* bold text for totals */
tfoot th,
tfoot td {
	font-weight: bold;
}
