BODY {
	margin: 0;
	padding: 0;
}

A:link {
	text-decoration: none;
	color: #000000;
}
A:visited {
	text-decoration: none;
	color: #555555;
}
A:hover {
	text-decoration: underline;
	color: #000000;
}


A:link.white {
	text-decoration: none;
	color: #EEEEEE;
}
A:visited.white {
	text-decoration: none;
	color: #EEEEEE;
}
A:hover.white {
	text-decoration: underline;
	color: #EEEEEE;
}


TD.band_cap {
	color: #666666;
	background-color: #EEEEEE;
	text-align: center;
	font-weight: bold;
}
TD.band {
	background-color: #FFFFFF;
	text-align: center;
}


TD.cell1 {
	text-align: left;
	background-color: #EEEEEE;
	font-weight: bold;
}
TD.cell12 {
	text-align: center;
	background-color: #EEEEEE;
	font-weight: bold;
}
TD.cell2 {
	text-align: center;
	background-color: #F7F7F7;
	font-style: italic;
}
TD.cell3 {
	text-align: center;
	background-color: #FFFFFF;
}

