
#wrapper {
	max-width: 900px;
	margin: auto;
	text-align:left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

h1 { 
  text-align: center; 
} 

p.fnote {
  text-align: right; 
} 

p.red {
	color: #F00;
	font-weight: bold;
}

tr.hdr {
  background-color: #00FF00;
}

tr.odd {
  background-color: #F0F0F0;
}

tr.even {
  background-color: #E0E0E0;
}

td.odd {
  background-color: #F0F0F0;
}

td.even {
  background-color: #E0E0E0;
}

td.green {
  background-color: #00FF00;
}

.bodytextctr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	margin: 10px 10px 10px 0px;
}

.printer-only {
	display: none;
}

.bodytextbigbold, h1, h2 {
	font-size: 14pt;
	font-weight: bold;
}


