@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}
.footer-nav {
	font-family: Tahoma;
	font-size: 12px;
	color: #49494a;
	line-height: 20px;
}
.footer-nav a:link, .footer-nav a:active, .footer-nav a:visited{
	font-family: Tahoma;
	font-size: 12px;
	color: #49494a;
	text-decoration: none;
}
.footer-nav a:hover{
	font-family: Tahoma;
	font-size: 12px;
	color: #49494a;
	text-decoration: underline;
}
.footer-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #49494a;
	line-height: 15px;
}
.footer-txt a:link, .footer-txt a:active, .footer-txt a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #49494a;
	text-decoration: none;
}
.footer-txt a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #49494a;
	text-decoration: underline;
}
