/* Basic */

body {
	font: 100%/1.5em times, serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
}

#header, #footer, hr {
	display: none;
}

img {
	border: none;
}

/* Blocks */

.bLeft {
	float: left;
}

.bRight {
	float: right;
}

/* Typography */

.textBig {
	font-size: 130%;
}

.textRight {
	text-align: right;
}

.textCenter {
	text-align: center;
}

/* Images */

img.imgRight {
	float: right;
	margin: 0 0 10pt 10pt;
}

img.imgLeft {
	float: left;
	margin: 0 10pt 10pt 0;
}

/* Tables */

table.statTable td, table.statTable th, table.statTable td.tdColor {
	padding: 4pt;
	border: 1pt solid black;
	text-align: left;
}

table.statTable th, table.statTable td.tdColor {
	font-weight: bold;
}
