@charset "UTF-8";
body,td,th, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	line-height: 1.25em;
}
body {
	background-image: url(../images/bg-water.jpg);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #006d5e;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #80bfb6;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 125%;
	color: #006d5e;
}
.smallprint {
	font-size: 85%;
	line-height: 1.2em;
}

