@charset "utf-8";
/* CSS Document */

body	{
	font-family:	Arial, Helvetica, sans-serif;
	color:			#fff;
	font-size:		medium; 
}
.blocktext	{
	margin:			1px	50px;
	font-weight: bold;
}
.blocktext	a:link	{
	color:			#ffffff;
	text-decoration:underline;
}
.blocktext	a:hover	{
	color:			#ffffff;
	text-decoration:none;
}
.blocktext	a:visited	{
	color:			#ffffff;
	text-decoration:underline;
}
.blocktext	a:active	{
	color:			#ffffff;
	text-decoration:underline;
}

.bkgdcol {
	background-color: #6d7697;
	padding: 10px;
	font-weight: bold;
}

.yellowfont  {color: #FF3;}

.linkbar	{
	font-family:	Arial, Helvetica, sans-serif;
	color:			#AEFFAE;
	font-weight:	bold;
}
.linkbar a:link	{
	font-family:	Arial, Helvetica, sans-serif;
	color:			#AEFFAE;
	font-weight:	bold;
	text-decoration:underline;
}
.linkbar a:hover	{
	font-family:	Arial, Helvetica, sans-serif;
	color:			#AEFFAE;
	font-weight:	bold;
	text-decoration:none;
}
.linkbar a:visited	{
	font-family:	Arial, Helvetica, sans-serif;
	color: 			#8cd08c;
	font-weight:	bold;
	text-decoration:underline;
}
		
.aquatext	{
	color: 			#91C8DD;
}
.aquatext	a:link	{
	color: 			#91C8DD;
	font-weight:	bold;
	text-decoration:underline;
}
.aquatext	a:hover	{
	color: 			#91C8DD;
	font-weight:	bold;
	text-decoration:none;
}
.aquatext	a:visited	{
	color: 			#91C8DD;
	font-weight:	bold;
	text-decoration:underline;
}

.whitetext	{
	color:			#ffffff;
}
.whitetext	a:link	{
	color:			#ffffff;
}

.bold	{
	font-weight:	bold;
}

