@charset "utf-8";
/* CSS Document */
a:link {
	color: #09F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #09F;
}
a:hover {
	text-decoration: none;
	color: #FF8D00;
}
a.external:link {
	color: #FFF;
	font-weight: normal;
}
a.external:visited {
	color: #FFF;
	font-weight: normal;
}
a.external:hover {
	text-decoration: none;
	color: #ED2025;
}
a {
	text-decoration: none;
}
a:focus {outline:none}
* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background-image: url(images/water035.jpg);
	text-align:center;
}
.blue {
	color:#0a73b5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.blue2 {
	color:#009;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
}
.green {color:#219a68;}.blue3 {
	color:#09F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.blue4 {
	color:#009;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.orange {
	color:#F60;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bolder;
}
.black4 {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.red {
	color:#F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.external:link {
	color: #F00;
	font-weight: normal;
}
a.external:visited {
	color: #F00;
	font-weight: normal;
}
a.external:hover {
	text-decoration: none;
	color: #F90;
}
a.external:active {
	color: #F00;
} 

