.body {
	font-family: "Century Gothic", "Lucida Grande", Verdana;
	font-size: 11px;
	line-height: 16px;
	font-weight: 200;
	color: #000000;
	text-decoration: none;
}
.bodyBold {
	font-family: "Century Gothic", "Lucida Grande", Verdana;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.linkBold {
	font-family: "Century Gothic", "Lucida Grande", Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #006666;
	text-decoration: none;
	font-weight: bold;
}


.link {
	font-family: "Century Gothic", "Lucida Grande", Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #006666;
	text-decoration: none;
}

a:link:hover {color: #ffffff;}
a:linkBold:hover {color: #ffffff;}



