@charset "iso-8859-1";
/* CSS Document */
h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0;
}

div.nup {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .6em;
	font-weight: normal;
}

.cmap {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .7em;
	width: 100%;
	height: 500px;
	border: 1px dotted #CCC;
}

.maplist {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .7em;
	width: 100%;
	height: auto;
	border: 1px dotted #CCC;
	overflow: auto;
}

tr.phdr {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	padding: 0px;
}

td.pra {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #f0f0f0;
	color: #000000;
	text-align: right;
	border: 1px dotted #CCC;
	padding: 0px;
}

td.prb {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: right;
	border: 1px dotted #CCC;
	padding: 0px;
}

tr.hdr {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	background-color: #666;
	color: #FFF;
}

tr.rowa {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background-color: #FFF;
	color: #000;
	cursor: default;
}

tr.rowb {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background-color: #EAEAEA;
	color: #000;
	cursor: default;
}

tr.hvr {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background-color: #FF9;
	color: #000;
	cursor: pointer;
}