/* CSS Document */
.body,body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #cee6f3;
	color: #333333;
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
}
.tableHeader
{
	background-image: url(/images/headerMlBg.png);
	height: 40px;
	color: white;
}
.bodyTable, bodyTable *
{
	color: #333333;
}
*
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
}
p, div, td
{
	color: #707070;
	margin-top: 0px;
	font-size: 16px;
	text-indent: 20px;
} 
p
{
	text-align: justify;
	text-indent: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
}
h1
{
	color: #644420;
}
h2
{
	font-size: 16px;
	color: #006699;
}
h3
{
	color: #b10e05;
}
.pageBorder
{
	border-left: 3px double #023858;
	border-right: 3px double #023858;
	border-bottom: 3px double #023858;
	width: 950px;
	background-color:#FFFFFF;
}
h1.fishingSimulator
{
	color: #055c89;
	font-size: 60px;
	margin: 10px;
	margin-bottom: 0px;
}
.pageDescription
{
	color: #000;
	font-size: 12px;	
	margin: 10px;
	text-align: justify;
	text-indent: 20px;
}
h2.forRelaxation
{
	color: #838b08;
	font-size: 34px;	
	margin: 0px;
	margin-left: 300px;
}
a:link, a:visited, a:active, a:hover
{
	color: #4e7dc2;	
	font-weight: bold;
}
a:hover
{
	color: #f28d33;
}

a.menu:link, a.menu:visited, a.menu:active, a.menu:hover
{
	font-size: 17px;
	color: #055c89;	
	font-weight: bold;
}
a.menu:hover
{
	color: #838b08;
}

a.menuBuy:link, a.menuBuy:visited, a.menuBuy:active, a.menuBuy:hover
{
	font-size: 17px;
	color: #af0e06;	
	font-weight: bold;
}
a.menuBuy:hover
{
	color: #838b08;
}

/*
Tab system
*/
.normalTab {
    border: 1px solid #243038;	
	background-image:url(/images/btnbg.png);
	color: #043c5d;
	font-weight:bold;
	padding: 3px;
	padding-bottom: 0px;
	font-size: 14px;
	display:block;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
}
.normalOverTab {
    border: 1px solid #243038;		
	background-image:url(/images/btnbg_over.png);	
	color: #043c5d;
	font-weight:bold;
	padding: 3px;
	padding-bottom: 0px;
	font-size: 14px;
	display:block;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
}
.activeTab {
	background-image:url(/images/btnbg_over.png);	
     border: 2px solid #243038;	
	color: #043c5d;
	font-weight:bold;
	padding: 5px;
	padding-bottom: 0px;
	font-size: 18px;
	display:block;
	cursor: default;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
.tabDescription {
	
}
.stat td
{
	text-align: center;
}
.beststat td
{
	text-align: center;
	font-size: 13px;
}
.beststat th
{
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}
.precopy
{
	color: #000;
	font-size: 11px;
	text-indent: 0px;
	padding: 2px;
	padding-left: 8px;
	text-align: center;
}
.precopy a:link, .precopy a:visited
{
	color: black;
}
.precopy a:hover
{
	color: #993300;
}
.copy
{
	color: #000;
	font-size: 11px;
	text-indent: 0px;
	padding: 2px;
	text-align: center;
}
.copy a:link, .copy a:visited
{
	color: black;
}
.copy a:hover
{
	color: #993300;
}
ul li
{
	list-style-type: square;
	color: #248ec4;
	margin-top: 10px;
	padding: 0px;
}
ol li
{
	color: #248ec4;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
	padding: 0px;
}