@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	text-align: center;
	color: #009900;
	background-image: url(press2_bg.jpg);
	
}
img {
	border: 0;
}
a:link {
	color: #009900;
}
a:visited {
	color: #009900;
}
a:hover {
	color: #009900;
}
h1 {
	font-size: 10px;
	text-indent: -9999px;
}
div.main {
	text-align: center;
	width: 100%;
	margin-top: 26px;
	margin-bottom: 60px;
}
div#foot {
	margin: 2px auto;
	width: 440px;
	border: 1px solid #ABCDBB;
	text-align: left;
	font-size: 10px;
	clear: both;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
div#foot a {
	color: #ABCDBB;
	text-decoration: none;
}
div#foot a:hover {
	color: #ABEDBB;
	text-decoration: none;
}
.nd {
	text-indent: -9999px;
	height: 10px;
}
