@charset "utf-8";
body {
	background-image: url(assets/bg.jpg);
	background-repeat: repeat-y;
	background-color: #dedede;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Georgia, "Times New Roman", serif;
	font-size: 13px;
	color: #7F7F7F;
}
img
{  border-style: none;
}
a:link {
	text-decoration: none;
	color: #7F7F7F;
	outline:none;
}
a:visited {
	text-decoration: none;
	color: #7F7F7F;
	outline:none;
}
a:hover {
	text-decoration: none;
	color: #C85F5F;
	outline:none;
}
a:active {
	text-decoration: none;
	color: #C85F5F;
	outline:none;
}
.table_bg {
	background-image: url(assets/top_rght.jpg);
	background-repeat: repeat-x;
	height: 108px;
}
