A { color: #3333ff; text-decoration:none;}
A:visited { color: #3333ff;  text-decoration:none;}
A:active { color: #ff0000; text-decoration:underline;}
A:hover { color: #ff0000; text-decoration:underline;}

A.button { color: #ffffff; text-decoration:none;}
A.button:visited { color: #ffffff; text-decoration:none;}
A.button:active { color: #ff0000; text-decoration:underline;}
A.button:hover { color: #ff0000; text-decoration:underline; font-weight:bold;}

A.title { color: #CC6600; text-decoration:none; font-weight:bold;}
A.title:visited { color: #CC6600; text-decoration:none; font-weight:bold;}
A.title:active { color: #CCCCCC; text-decoration:underline; font-weight:bold;}
A.title:hover { color: #CCCCCC; text-decoration:underline; font-weight:bold;}

A.fade { color: #ffffff; text-decoration:none;}
A.fade:visited { color: #ffffff; text-decoration:none;}
A.fade:active { color: #ff0000; text-decoration:underline;}
A.fade:hover { color: #ff0000; text-decoration:underline; font-weight:bold;}

TD.Normal
{
	BACKGROUND-COLOR:#336699;
	BORDER-COLOR:#336699;
	BORDER-WIDTH:thin;
	BORDER-STYLE:solid;
	FONT-SIZE: 9pt;
  COLOR: #FFFFFF;
  FONT-FAMILY: verdana,geneva,arial,helvetica;
}

TD.Mouseover
{
	BACKGROUND-COLOR:#336699;
	BORDER-COLOR:gray;
	BORDER-WIDTH:thin;
	BORDER-STYLE:outset;
	FONT-SIZE: 9pt;
  FONT-FAMILY: verdana,geneva,arial,helvetica;
  FONT-WEIGHT: bold;
  COLOR: #FFFFFF;
  CURSOR: hand;
}

TD.Click
{
	BACKGROUND-COLOR:#336699;
	BORDER-COLOR:gray;
	BORDER-WIDTH:thin;
	BORDER-STYLE:inset;
	FONT-SIZE: 9pt;
  FONT-FAMILY: verdana,geneva,arial,helvetica;
  FONT-WEIGHT: bold;
  COLOR: #FFFFFF;
  CURSOR: hand;
}

TD.Chosen
{
	BACKGROUND-COLOR:white;
  BORDER-COLOR:white;
	BORDER-WIDTH:thin;
	BORDER-STYLE:solid;
	FONT-SIZE: 9pt;
  FONT-FAMILY: verdana,geneva,arial,helvetica;
  FONT-WEIGHT: bold;
  COLOR: black;
}
