body {
	text-align: left;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 10px;
	color: #555;
	width: 610px;
	padding-left: 25px;
	}
	
div, p, span,pre, input, form, h1, h2, h3, h4, h5, h6, h7, table, tr, td, th {
	text-align: left;
	margin: 0px;
	color: #555;
	border: 0px;
	}
	
a:link, a:visited, a:hover {
color: #555;
}
	a:hover { text-decoration: none; }
	
.graphic{
	display: none;
}

	h1{
		border-bottom: 1px solid #555;
		padding-bottom: 10px;
		margin-bottom: 10px
		color: #555;
	}
	h2 {
	margin-top: 15px;
		margin-bottom: 8px;
		color: #555;
	}

.piede {
	margin-top: 15px;
	border-top: 1px solid #555;
	color: #555;
}

ul, ol {
	margin-top: 15px;
	margin-left: 17px;
	line-height: 1em;
	color: #555;
	}
	
li {
list-style: square;
	margin-bottom: 0.6em;
	color: #555;
	}

img {
	display: none;
	color: #555;
}
p {
	margin-bottom: 10px;
	color: #555;
}

td, tr{
	margin-bottom: 10px;
	color: #666666;
	font-size: 90%;
	border: 1px solid #555555;
	padding: 5px;
}
table {
	width: 90%;
	
}


