.tableRowOdd {
	background-color: rgb(255, 255, 255);
}

.tableRowEven {
	background-color: rgb(238, 238, 255);
}

table { border: 0pt none ;
	margin: 10px;
	padding: 0pt;
	width: 600px;
}

body { background-color: rgb(255, 255, 255);
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: rgb(0, 0, 0);
}

h1 { font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: rgb(102, 153, 255);
}

.header, h2, h3 {
	background-color: rgb(102, 153, 255);
	text-align:	left;
	width: 600px;
}

.headerMessage { font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: rgb(0, 0, 0);
}

.formLabel { font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-align: right;
	width: 50%;
}

.formtext { font-weight: bold;
	font-size: 12px;
}

.report { font-weight: bold;
	font-size: 12px;
	text-align: center;
}

.right { text-align: right;}

.booktitle { font-style: italic;
	white-space: nowrap;
}
