/* CSS Document */
td.txt{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #FF9900;
}
a:visited {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #FF9900;
}
a:hover {
	font-family: Verdana;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	color: #FF9900;
	text-decoration: underline overline;	
}
a:active {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}
.definedwords A:link{
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
.definedwords A:visited{
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
.definedwords A:active{
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
.definedwords A:hover{
	font-family: Verdana;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	text-decoration: underline overline;
}