/* CSS Document */
/* Title:	APM Group - styles for Web - Text Size Small */

body {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	}	
	
/* FIXES */
/* adjustment for IE5 */

body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}