body {
	cursor: default;
}

h1 {
	font-family: Georgia;
}

.table1 {
	border: 2px solid black;
	font: 12px Georgia;
	border-collapse: collapse;
}

.table1 tr th {
	color: red;
	background-color: black;
	padding: 3px 6px;
	color: white;
}

.table1 tr td {
	padding: 4px 8px;
}

.table1 a {
	color: blue;
	text-decoration: none;
}

.table1 a:hover {
	color: red;
	text-decoration: underline;
}

.table1 tr td.c {
	text-align: center;
}

.table1 tr td.r {
	text-align: right;
}

.table1 tr td.l {
	color: #7f7f7f;
}

.table1 tr.rt1 {
	background: #f0f0f0;
}

a img {
	border: 0;
}

span.share.zero {
}

span.share.low {
	color: #003F00;
}

span.share.medium {
	color: #008F00;
}

span.share.high {
	color: #00C000;
}

span.share.critical {
	color: red;
}