a:link, a:visited, a:active {
	color: #cccccc;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #cccccc;
}
table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #cccccc;
}


/*******************************************************************************/
td div {
      /* this makes TDs a container with their own coordinate system.
         absolutely-positioned elements will be offset relative to them */
      position:relative;
}