@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #00CCFF;
	text-decoration: underline;
}
a:visited {
	color: #00CCFF;
	text-decoration: underline;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
------------------------------*/
.egnews {
	padding: 5px;
	float: left;
	width: 440px;
	clear: both;
	margin: 5px;
	border: 1px dotted #FFCC33;
}
.flnews {
	padding: 5px;
	float: left;
	width: 440px;
	clear: both;
	margin: 5px;
	border: 1px dotted #FF6633;
}
.panews {
	padding: 5px;
	float: left;
	width: 440px;
	clear: both;
	margin: 5px;
	border: 1px dotted #00FF66;
}
.egnews h2 {
	margin-bottom: 5px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(../../game_fishing/images/ecogear.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 90px;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	margin-top: 5px;
	}
.flnews h2 {
	margin-bottom: 5px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(../../game_fishing/images/fishleague.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 90px;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	margin-top: 5px;
	}
.panews h2 {
	margin-bottom: 5px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(../../game_fishing/images/primearea.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 90px;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	margin-top: 5px;
	}