A.text:link		{ text-decoration:underline; color:blue }
A.text:visited	{ text-decoration:underline; color:#950000 }
A.text:hover	{ text-decoration:underline; color:#950000 }
A.text:active	{ text-decoration:underline; color:#950000 }
A.text:link		{ color:blue }
A.text:visited	{ color:blue }
A.text:hover	{ color:#950000 }
A.text:active	{ color:#950000 }

A.top:link		{ text-decoration: none }
A.top:visited	{ text-decoration: none }
A.top:hover		{ text-decoration: none }
A.top:active	{ text-decoration: none }
A.top:link 		{ color: #333333 }
A.top:visited	{ color: #333333 }
A.top:hover		{ color: blue }
A.top:active	{ color: blue }

.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}
.textlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #006699;
	text-decoration: underline;
}
.texthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #006699;
}
.textblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #006699;
}
.textlegal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}
.textunderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: underline;
}
.textmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}