@media screen {
	html, body {
		background-color: #FFFFFF; 
		font-family: Gill Sans, Eurostile, Geneva, sans-serif; color: #7d7b7a; font-size: 10pt; line-height: 1.5; 
		padding: 0px; margin: 0px;
	}

a:link { color: #7d7b7a; text-decoration:none;  }
a:visited { color: #7d7b7a; text-decoration:none; }
a:hover, active { color: #676771;  }
	h1 {
		font-weight: lighter; text-align: right;
	}
	p {
		text-align: justify;
	}
	hr {
		border: 0px solid; border-top: 1px solid; width: 100%;	
	}
	a img {
		border: none;
	}
	
	.footer {
		text-align: right; font-size: 9pt;
	}
	
	div.body {
		background-color: #FFFFFF;
		width: 850px;
		margin-right: auto; margin-left: auto; margin-top: 10px;
		text-align: center;
	}
	.menu {
		font-family: times new roman; color:#7d7b7a; font-size: 11.6pt; word-spacing: 9px; text-align: justify; 
		padding-top: 10px; padding-bottom: 20px;
	}

}