/* created 2/23/05 by Stuart O. Smith, Jr. & Associates - www.sosAssociates.com */

/* No margins for the web page */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFE8;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #4A735A;

}
table {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #4A735A;
}

a:link {  color: #4A735A; text-decoration: underline;}
a:visited { color: #006633; text-decoration: underline;}
a:hover { color: #AE3059; text-decoration: underline;}

.bodyTextSmall {font-size: 12px}
.bodyTextTiny {font-size: 9px}
.bodyTextLarge {font-size: 20px}
.NavArea {
	background-image: url(images/Nav.gif);
	color: #FFFFFF;
	font-size: 16px;
}
a.index:link, a.welcome:link, a.clubhouse:link, a.pool:link, a.news:link, a.contactUs:link, a.photo:link, a.location:link, a.community:link, a.dues:link, a.Rules:link {color: #FFFFFF; font-size: 16px; text-decoration: none;}
a.index:visited, a.welcome:visited, a.clubhouse:visited, a.pool:visited, a.news:visited, a.contactUs:visited, a.photo:visited, a.location:visited, a.community:visited, a.dues:visited, a.Rules:visited {color: #FFFFFF; font-size: 16px; text-decoration: none;}
a.index:hover, a.welcome:hover, a.clubhouse:hover, a.pool:hover, a.news:hover, a.contactUs:hover, a.photo:hover, a.location:hover, a.community:hover, a.dues:hover, a.Rules:hover  {color: #33CC33; font-size: 16px; text-decoration: none;}
ul {
	list-style-image: url(images/BulletPoint.gif);
}

