@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;
}

