@charset "utf-8";
/* CSS Document */

/*********************************************************************/

body
{
	font-family:"Verdana", Tahoma, Arial;
	font-size:10px;
	line-height:20px;
	
	color:#000000;
}

/*********************************************************************/

td
{
	font-size:12px;
}

/*********************************************************************/

a
{
	font-size:10px;
	color:#606060;
	text-decoration:none;
}

/*********************************************************************/

a:hover
{
	color:#606060;
	text-decoration:none; /* DEFAULT W3C */
}

/*********************************************************************/

