@charset "utf-8";
/* CSS Document */

/*********************************************************************/

body
{
	font-family:"Tahoma", Geneva, sans-serif;
	font-size:12px;
	
	line-height:16px;
	color:#000;
	
	overflow:hidden;
	
	background:url(../../images/background.png) no-repeat;
}

/*********************************************************************/

td
{
	font-size:12px;
}

/*********************************************************************/

a
{
	color:#454545;
	text-decoration:none;
}

/*********************************************************************/

a:hover
{
	color:#454545;
	text-decoration:underline; /* DEFAULT W3C */
}

/*********************************************************************/
