body {
	background-image: url(/ui_images/header/bg_top_stars2006.jpg);
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-left: 10px;
}
h1 {
	color: white;
}
div {
	padding: 0px;
	background-color: white;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;

}

table.crosstable td, table.crosstable th {
	background-color: white;
	padding: 2px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	text-align: center;
}
table.crosstable tr.odd td, table.crosstable tr.odd th {
	background-color: #BFA7BF;
}
table.crosstable th.corner {
	background-color: transparent;
	border: none;
}
table.crosstable td.country {
	border-left: none;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
}
table.crosstable tr.odd td.self,
table.crosstable td.self {
	background-color: transparent;
}
