/* Component CSS Document  */

 /* base */ 	
body {
	font-family: Arial;
  	background: url(../gfx/w_bc1.gif);
	font-size: 70%;
  	font-weight: 800;
	text-align: center;
	vertical-align: middle;
	color: black;
	}

 a.typeb:link    {color:#000000; text-decoration:none;}
 a.typeb:visited {color:#000000; text-decoration:none;}
 a.typeb:active  {color:#000000; text-decoration:none;}
 a.typeb:hover   {color:#0000FF; text-decoration:underline;}

 a.type1:link    {color:#FFFFFF; text-decoration:none;}/* indicate  */
 a.type1:visited {color:#FFFFFF; text-decoration:none;}/* been their  */
 a.type1:active  {color:#0000FF; text-decoration:none;}/* current position  */
 a.type1:hover   {color:#0000FF; text-decoration:none;}/* hover indicate  */
