@charset "utf-8";
/* fishing data css */

body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 { margin: 0; }
.red { color: #900; }

table.legend td { font-size: 12px; }
table.legend th { text-align: left; border-bottom: 1px solid #dddddd; }
table.legend { border: 1px solid #cccccc; padding: 4px; }
.asterix {background-image: url("../images/asterix.gif"); background-position: 65px 5px; background-repeat:no-repeat;}
small {font-size: 14px;}
.J { color:#690 !important; }
.ST { color:#C63 !important; }
.W { color:#C06 !important; }
.SR { color:#33C !important; }
.SRW { color:#099 !important; }
.hintPrint { display: none; }
@media print {
	.asterix { font-weight: bold; text-decoration: underline; }
	.hintPrint { display: inline-block; font-weight: bold; text-decoration: underline; }
	.hintNormal { display: inline-block; }
}
