body {
	margin: 0px;
	color: #ffffff;
	background-color: #70A0FF;
}

h2 {
	background-color: #0070ff;
	padding: 10px;
	text-align: center;
	margin-bottom: 0px;
}

a {
	text-decoration: none;
}

a:link {
	color: #ffff00;
}

a:visited {
	color: #d0d000;
}

a:hover, a:active {
	color: #ffff00;
	text-decoration: underline;
}

table {
	border-spacing: 0px;
}

th {
	color: #ff0000;
}

th.img {
	background-color: #80a0ff;
}

td.nowrap {
	white-space: nowrap;
}

div.bar {
	background-color: #09f;
	top: 0px;
	margin: 0px;
	padding: 2px 0px 2px 5px;
	font-size: small;
	white-space: nowrap;
}

div.bar a:link, div.bar a:visited {
	padding: 2px 0px 2px 4px;
	color: #fff;
	background-color: #09f;
	border-top: solid 1px #fff;
	border-right: solid 1px #033;
	border-bottom: solid 1px #033;
	border-left: solid 1px #fff;
	text-decoration: none;
}

div.bar a:hover {
	padding: 2px 0px 2px 4px;
	color: #003;
	background-color: #58e;
	border-top: solid 1px #111;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
	border-left: solid 1px #111;
	text-decoration: none;
}

.active {
	padding: 2px 0px 2px 4px;
	color: #fff;
	background-color: #58e;
	border-top: solid 1px #111;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
	border-left: solid 1px #111;
	text-decoration: none;
}

