@charset "utf-8";
/* CSS Document */

	body
	{
		background-image:url("../images/bg.jpg");
	}

	table	
	{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #666666;
		font-weight: bold;
	}
	
	a:link
	{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #666666;	
		text-decoration: none;
	}
	
	a:visited
	{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #666666;	
		text-decoration: none;
	}
	
	a:hover
	{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #666666;	
		text-decoration: underline;
	}
	
	.div_cana
	{
		background-image: url('../images/cana_01.png');
		width: 840px;
		height: 27px;
		background-repeat: repeat-x;
		background-position: center center;
		margin-top: 20px;
		margin-bottom: 20px;
	}
