/*
 * Product
 */

@import 'familyoffice.css';
@import 'assetmanager.css';

/*
 * Global
 */

@import 'layout.css';
@import 'menu.css';
@import 'page.css';

html, body { height: 100%; }

html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	background: white;
	font-family: Bitstream Vera Sans, Arial;
	font-size: 10pt;
	padding: 0;
	margin: 0;
}

a {
	-moz-outline: 0 !important; /* Disabled outline doddet line with gecko */
	outline: 0;
	border: 0;
}

