a, font, body, p	{ font-size: 8 pt; color: #000000; font-family: tahoma, verdana, arial }

.dotted		{
	font-size: 8 pt;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
}
.BlackText	{  font-size: 8 pt; color: #000000; text-decoration: none; }
.BoldText		{  font-size: 8 pt; color: #000000; text-decoration: none; font-weight: bold }
.WhiteText	{  font-size: 8 pt; color: #ffffff; text-decoration: none; }
.Footer		{  font-size: 8 pt; color: #BFBFBF; text-decoration: none; font-weight: bold }

.link		{  font-size: 8 pt; color: #676767; text-decoration: none; }
.link:hover 	{  font-size: 8 pt; color: #FF6600; text-decoration: none; }

.linkFooter	{
	font-size: 8 pt;
	color: #002141;
	text-decoration: none;
	border-top-color: #00FF33;
	border-right-color: #990099;
	border-bottom-color: #999933;
}
.linkFooter:hover 	{  font-size: 8 pt; color: #002141; text-decoration: underline; }
