@charset "UTF-8";

* {
	font: normal normal 100% "Microsoft Sans Serif", sans-serif;
}
body {
/*	
	font-size: 9pt;
*/
}
h1, h2, h3, h4, h5, h6, div, p, pre, address, form {
	margin: 0;
	padding: 0;
}
img { 
	border: 0; 
}
a       { text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus { text-decoration: underline; }

