body,table,tr,td,td{
	font-size:	10pt;
}
table,tr,td,th {
	padding:	3 1 2 3;
}

td.mapbg{
	background-color:	#EEE;
}
td.mapbg1	{ background-color:	#DEF;}
td.mapbg2	{ background-color:	#DED;}
td.mapbg3	{ background-color:	#FED;}
td.mapbg4	{ background-color:	#FDD;}

tr.zebra1	{ background-color: #FFF;}
tr.zebra2	{ background-color:	#EEF;}
th	{
	background-color: #EEF;
	font-weight:	bold;
	border:	1px solid #99F;
	color:	#009;
}

H3	{
	font-size:	12pt;
	font-weight:	bold;
	background-color:	#EEF;
	border:	1px dashed #99F;
	border-top:	2px dotted #009;
	border-bottom:	2px dotted #009;
	padding:	5 3 2 20;
	color:	#009;
}

#mylayer{
	position:	absolute;
	background-color:	#FFF;
	padding:	3 1 2 3;
	border:	1px solid #99F;
	visibility:	hidden;
}

A:link{
	color:	#03F;
	text-decoration:	none;
}
A:visited{
	color:	#93F;
	text-decoration:	none;
}
A:active{
	color:	#00F;
	text-decoration:	underline overline;
}
A:hover{
	color:	#00F;
	text-decoration:	underline overline;
}
#sougo{
	font-size: 8pt;
	color:	#F39;
}