@charset "UTF-8";
/* CSS Document */
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	font-family: arial, helvetica, "sans serif";
	font-size: 10px;
	background-color: #FFFFFF;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 1.4em;
	margin-top: 0px;
}

#container {
	text-align: left;
	width: 770px;
	border: 0px solid #cc0000;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

a. {
	color: #999999;
	display: none;
	
	list-style-image: none;
}

a. visited{
	color: #999999;
	display: none;
	
	list-style-image: none;
}
