@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Times New Roman, Times, serif;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#deTxt a:link {
	color: #000000;
	text-decoration: underline;
}
#deTxt a:visited {
	color: #000000;
	text-decoration: underline;
}
#deTxt a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.whitelink a:link {
	color: #fff;
	text-decoration: none;
}
.whitelink a:visited {
	color: #fff;
	text-decoration: none;
}
.whitelink a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#whitelink a:link {
	color: #fff;
	text-decoration: none;
}
#whitelink a:visited {
	color: #fff;
	text-decoration: none;
}
#whitelink a:hover {
	color: #FF0000;
	text-decoration: none;
}
#imageholder{
 /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
}
#thumbee{
 /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1;
}
#txtfield{
 /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.5;
}