/* CSS Document */

h1{
	width: 600px;
	padding: 0px;
	background-image: url(../images/top_head_bg.gif);
	height: 376px;
	display: block;
	margin: 0;
	background-position: top center;
	background-repeat: no-repeat;
	}

h1 span {
	display: none;
	}
	

a:link {
	text-decoration: underline;
	color: #000000;
}

a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	color: #000000;
	text-decoration: none;
	border: none;
}


body {
	padding: 0px;
	margin: 0px;
	color: #000000;
}
