@charset "utf-8";
/* CSS Document */

/*********************************************************************/

body
{
	font-family:"Verdana", Tahoma, Arial;
	font-size:12px;
	color:#000000;
	line-height:16px;
	background:url(../../images/bg.jpg);
}

/*********************************************************************/

td
{
	font-size:12px;
}

/*********************************************************************/

a
{
	color:#f3b863;
	text-decoration:none;
}

/*********************************************************************/

a:hover
{
	color:#F90;
	text-decoration:underline; /* DEFAULT W3C */
}

/*********************************************************************/

#nave{
	width: 755px;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	color: #069;
	margin:0 auto;
	padding-top:5px;
}
#nave a{
	color: #069;
	text-decoration: none;
}
#nave a:hover{
	color: #FC0;
	text-decoration: none;
}