@charset "utf-8";
body, p, h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #000000;
	font-size: 12px;
/*	text-transform: uppercase; */
}
p {
	margin-top: 0px;
	padding-top: 0px;	
/*	text-transform: uppercase; */
}
a {
	color: #000;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;	
}