body, td
{
	font-family: Tahoma;
	font-size: 11px;
	/*color: #8E9198;*/
	color: #666666;
}

td.white
{
    color: #ffffff;
}

h1
{
	font-family: Tahoma;
	font-size: 11px;
	/*color: #8E9198;*/
	color: #666666;
	display:inline;
	font-weight:bold;
}

h1.big
{
	font-family: Tahoma;
	font-size: 16px;
	/*color: #8E9198;*/
	color: #666666;
	display:inline;
	font-weight:bold;
}

a:link { text-decoration:underline; color:#666666; }
a:visited { text-decoration:underline; color:#666666; }
a:hover { text-decoration:underline; color:#666666; }
a:active { text-decoration:underline; color:#666666; }

a.anc:link { text-decoration:none; color:#666666; }
a.anc:visited { text-decoration:none; color:#666666; }
a.anc:hover { text-decoration:none; color:#666666; }
a.anc:active { text-decoration:none; color:#666666; }

a.white:link { text-decoration:underline; color:#ffffff; }
a.white:visited { text-decoration:underline; color:#ffffff; }
a.white:hover { text-decoration:underline; color:#ffffff; }
a.white:active { text-decoration:underline; color:#ffffff; }

/*
INPUT
{
  background-color:ffffff;
  border-color:000000;
  border-width:1px;
  font-family: Tahoma;
} */           

input, textarea
{
	background-color: #ffffff;
	color:            #000000;
	border:           1px solid #888888;
}              