@charset "utf-8";
/* CSS Document */

body,h1,h2,h3,h4,h5,h6,h7,p{
margin:0;
padding:0;
}
a{
	text-decoration:none;
	color:#666666;
	}
a:hover { text-decoration:underline;
	color:#0099CC
	}
img { border:none}
body {
	margin:0 auto;
	color: #666666;
	background-image:url(../../images/bg_top.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	}
table { font-size:12px}

html {background-color:#eeeeee;}

#footer{
	height: 70px;
	background-color:#eeeeee;
	width: 100%;
	margin-top:50px;
	padding-top:10px;
	}
#footer img{
	margin-left:10px;
	margin-right:5px;
	vertical-align:middle;
	}
