@charset "utf-8";
/* CSS Document */

body {
	background: #FFFFFF;
	margin: 50px 0 0 0;
}

#container {
	background: url(stacked.gif) top center no-repeat;
	width: 310px;
	height: 122px;
	margin: 60px;
	border-style: none;
}

#text {
	padding: 150px 0 0;
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	border-style: none;

}



a, a:visited {
	color: #000000;
	text-decoration: none;
	margin: 0 0px;
	border-style: none;
}

a:link{
	color: #000000;
	text-decoration: none;
	margin: 0 0px;
	border-style: none;
}

a:hover, a:active {
	color: #999999;
	border-style: none;
}