@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image: url(../graphics/ani-water_bgbl.gif);
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin: 0px;
	}
.text12n {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.text12b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.text14n {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.text14b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.text16n {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.text16b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a:link{
	color: #0066CC;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
}

a:visited{
	color: #0066CC;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
}

a:hover{
	text-decoration: none;
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
}
.linkblue {
	color: #ffffff;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
}

.visitedblue {
	color: #ffffff;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
}

.hoverblue {
	text-decoration: none;
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
}

