@charset "utf-8";
/* CSS Document */
body {
	background-image: url(http://www.sunnysidemarina.net/images/bg_black_bubbles.jpg);
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
.fontBoldLarge {
	font-size: medium;
	font-weight: bold;
}
.fontsmallHeader {
	font-size: 10px;
	color: #999999;
}
.fontLight {
	color: #999999;
}

.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: x-small;
}

.PageTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF6633;
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
	font-variant: small-caps;
	margin-left: 15px;
}

a:link {
	color: #FF6600;
}	
a:visited {
	text-decoration: none;
	color: #FF6633;
}
a:hover {
	text-decoration: underline;
	color: #FF6633;
}
a:active {
	text-decoration: none;
	color: #FF3300;
}

/* ID Styles not using this */

#navigation a {
	color: #FFFFFF;
	text-decoration:none;
	font-size: x-small;
	}
	
#navigation 
a:link {
	color: #FFFFFF;
}	
a:visited {
	text-decoration: none;
	color: #FF6633;
}
a:hover {
	text-decoration: underline;
	color: #FF6633;
}
a:active {
	text-decoration: none;
	color: #FF3300;
}