@charset "utf-8";
/* CSS Document */

/*********************************************************************/

body
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	
	color:#5d5d5d;
	line-height:16px;
	
	background:url(../../images/bg.jpg) top repeat-x #FFF;
}

/*********************************************************************/

td
{
	font-size:12px;
}

/*********************************************************************/

a
{
	color:#707070;
	text-decoration:none;
}

/*********************************************************************/

a:hover
{
	color:#707070;
	text-decoration:underline; /* DEFAULT W3C */
}

/*********************************************************************/
