/* Basic */

body {
	font: 100%/1.5em times, serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
}

#header, #footer1, hr {
	display: none;
}

img {
	border: none;
}

/* Blocks */

.bLeft {
	float: left;
}

.bRight {
	float: right;
}

/* Typography */

.textBig {
	font-size: 120%;
}

.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 {
	border-collapse: collapse;
	text-align: left;
}

table.statTable th, table.statTable td.tdColor {
	background-color: black;
	font-weight: bold;
	color: white;
	padding: 4pt;
	border: 1pt solid white;
}

table.statTable td {
	padding: 4pt;
	border: 1pt solid black;
}

