@charset "utf-8";
/* CSS Document */
	
	body, form { 
		font-family:Arial, Helvetica, sans-serif; color:#000; padding:0; margin:0; border:0; font-size:90%;
	}
	body {
		background-color:#A5A49B; 
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-family:"Arial Black", Arial, sans-serif;
	}
	
	p {
		margin:0 0 8px 0;
	}
	
	a {
		color:#888; text-decoration:none;
	}
	p a {
		text-decoration:underline;
	}
	/*a:visited {
		color:#838;
	}*/
	a:hover {
		text-decoration:underline; color:#000;
	}
	p a:hover {
		background-color:#ddd; color:#000 !important;
	}
	/*a:visited {
		color:#757;
	}*/
	
	a img { border:0; }
	
	table {
		border-collapse:collapse;
	}
		th, td {
			padding:4px;
		}
	