@import url("layout_fixed.css");
@import url("nav.css");
@import url("text.css");
@import url("modules.css");

body {
	margin: 0px;
	font-family: frutiger linotype, lucida grande, tahoma, verdana, arial, helvetica, sans-serif;
	background: rgb(0,55,110);
	color: black;
	}

input, select, option, textarea {
	font-family: frutiger linotype, lucida grande, tahoma, verdana, arial, helvetica, sans-serif;
	}
	
h1,h2,h3,h4,h5 { font-family: frutiger linotype, lucida grande, georgia, times new roman, times roman, times, serif; }
