@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6,p,address {
	font-size: 100%;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
}
img {
	border: none;
}
hr {
	display: none;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
body {
	background-image: url(../images/top_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
}
