@charset "utf-8";
body {
	background-image: url(assets/bg.jpg);
	background-repeat: no-repeat;
	background-color: #9A9A9A;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #26282A;
}
img
{  border-style: none;
}
a:link {
	text-decoration: none;
	color: #26282A;
	outline:none;
}
a:visited {
	text-decoration: none;
	color: #26282A;
	outline:none;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	outline:none;
}
a:active {
	text-decoration: none;
	color: #FFF;
	outline:none;
}
.table_bg {
	background-image: url(assets/top_rght.jpg);
	background-repeat: repeat-x;
	height: 108px;
}
