.fontNormal {
	font-family: Tahoma;
	font-size: 10px;
}
input {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	border: 1px solid #000000;
	background-color: #999999;
}
textarea {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	border: 1px solid #000000;
	background-color: #999999;
}
a:link {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a:hover {

	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
a:active {


	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
.tdShadow {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
	background-color: EEEEEE;

}
