body {
	background: #fff;
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 75%;}

.header {
	background: #fff;
	color: #800000;
	font-size: 130%;
	font-weight: bold;}

.footnote {
	font-size: 70%;}
	
.cfp {	border-style: solid;
	border-color: #e0e0e0;}

.odd th, .odd td {
	background: #cecfce;
	color: #000;}

.even th, .even td {
	background: #f7f3f7;
	color: #000;}

.red {  background: transparent;
	color: #ff0000;}
	
.white {
	background: transparent;
	color: #fcfcfc;}

.blue th, .blue td {
	background: #d8f2ff;
	color: #000;
	text-align: center;
	font-weight: bold;}
/* absolute positioning test */
.wocc2003 {
	position: absolute;
	top: 286px;
	left: 415px;
	visibility: visible;
	z-index: 1;}
