.topTable {
	border-top: 1px none;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	background-color: #FFFFE1;


}


.toyTable {
	background-color: #FFFFEA;
	border: 1px solid #CC6600;


}


.bodyTable {
	background-color: #FFFFE1;
	border: 1px none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: square;
	list-style-image: none;





}

	
A:link
 {
  COLOR: #000000;
  TEXT-DECORATION: underline;
  CURSOR: hand;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
  FONT-SIZE: 12px;
  FONT-WEIGHT: bold;
 }

A:visited
 {
  COLOR: #000000;
  TEXT-DECORATION: underline;
  CURSOR: hand;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
  FONT-SIZE: 12px;
  FONT-WEIGHT: bold;
 }

A:active
 {
  COLOR: #000000;
  TEXT-DECORATION: underline;
  CURSOR: hand;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
  FONT-SIZE: 12px;
  FONT-WEIGHT: bold;
 }
 
 A:hover 
  {
	COLOR: #CC3300;
	TEXT-DECORATION: underline;
	CURSOR: hand;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;

  }

