/* CSS Document */

body {
	background-image: url("images/bg_color.gif");
	margin-top:  0;
}

.infoTable {
	font-size:  12px;
	font-style: normal;
	font-family:  Arial, Helvetica, sans-serif;
	color:  #666666;
	text-align:  left;
	background-color:  #FFFFFF;
}

.copyright {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:  10px;
	text-align:  center;
	color:  #FF3300;
	font-weight:  normal;
}

a:link {
	color:  #666666;
	text-decoration:  none;
}

a:visited {
	color:  #666666;
	font-weight:  bold;
	text-decoration: none;
}

a:hover {
	color:  #FF3300;
	font-weight:  bold;
	text-decoration:  none;
}

a:active {
	color:  #FF3300;
	font-weight:  normal;
	text-decoration:  none;
}

.copy a:link {
	color:  #FF3300;
	text-decoration:  none;
}

.copy a:visited {
	color:  #FF3300;
	font-weight:  normal;
	text-decoration: none;
}

.copy a:hover {
	color:  #FF3300;
	font-weight:  bold;
	text-decoration:  none;
}

.copy a:active {
	color:  #FF3300;
	font-weight:  normal;
	text-decoration:  none;
}

.mainTable {
	background-image: url("images/ico_fish.gif");
	background-repeat: no-repeat;
	background-position: center;
}
.tag {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:  14px;
	font-weight:  bold;
	color:  #FF6633;
	text-align:  center;
}
.tagGrey {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #666666;
	text-align:  center;
}
