body {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
}

a, a:visited, a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.copyright, a.copyright:visited, a.copyright:active {
	font-size: 7pt;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}

a.info, a.info:visited, a.info:active {
	font-size: 7pt;
	font-weight: bold;
	color: #FF6363;
	font-style: italic;
}

a.legend, a.legend:visited, a.legend:active {
	font-weight: bold;
	color: #FFFFFF;
}

a.legendtop, a.legendtop:visited, a.legendtop:active {
	font-weight: normal;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

div.navigator {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 5px;
	background-color: #FFFFFF;
	z-index: 5;
}

div.map {
	position: absolute;
	top: 30px;
	width: 1300px;
	height: 1200px;
	cursor: crosshair;
	z-index: 0;
}

div.planet {
	position: absolute;
	margin: 0px;
	padding: 0px;
	z-index: 99;
	cursor: pointer;
	border: 0px;
}

div.description {
	color: #ffffff;
}

div.coords{
	color: #FF6363;
}

.area {
	font-weight: bold;
	font-size: 18pt;
	font-style: italic;
	color: #FFFFFF;

}

.headline {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}

.smallerheadline {
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
}

td.planet {
	width: 10px;
	margn:0px;
	padding: 0px;
}

td.legend {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 10pt;
}

td.tdheadline {
	padding: 3px;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
}

.hidden {
	display: none;
}

.planetinfo {
	font-size: 10pt;
	color: #FFFFFF;
}

td.description {
	font-size: 10pt;
	line-height: 16pt;
}

td.theadline {
	padding: 2px;
	color: #ffffff;
	font-size: 10pt;
	background-color: #505050;
	border: 1px solid #000000;
}