	BODY {
		font-size: 10px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

	A:link {
		text-decoration: none;
		color: black;
	}

	A:visited {
		text-decoration: none;
		color: black;
	}

	A:hover {
		text-decoration: underline;
		color: black;
	}

	div.header_companyname {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		padding: 10;
		color: white;
		background: #ff7e00;
	}


	div.mnu_navigation {
		color: black;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		background-color: white;
		padding-left: 10px;
		padding-top: 2px;
		padding-bottom: 2px;
		border-top: 3px solid #ffa64f;
		border-bottom: 1px solid #ffa64f;
	}

	div.mnu_navigation A:link {
		text-decoration: none;
		color: black;
	}

	div.mnu_navigation A:visited {
		text-decoration: none;
		color: black;
	}

	div.mnu_navigation A:hover {
		text-decoration: underline;
		color: black;
	}

	div.mnu_submenu_navigation {
		width: 150px;
		background-color: #ff7e00;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
	}

	div.mnu_submenu_navigation A:link {
		text-decoration: none;
		color: black;
	}

	div.mnu_submenu_navigation A:visited {
		text-decoration: none;
		color: black;
	}

	div.mnu_submenu_navigation A:hover {
		text-decoration: underline;
		color: black;
	}

	div.mnu_submenu_navigation ul {
		margin-top: 0;
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;

	}

	div.mnu_submenu_navigation ul li {
		background-color: #ffa64f;
		margin-top: 1px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: White;
		padding: 3px;
	}

	div.text_page_bottom {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: black;
		font-size: 11px;
		padding-right: 5px;
		padding-top: 2px;
		padding-bottom: 2px;
	}

	div.mnu_page_bottom {
		background-color: #ff7e00;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: White;
		font-weight: bold;
		font-size: 11px;
		padding-left: 5px;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	
	div.mnu_page_bottom A:link{
		text-decoration: none;
		color: white;
	}
	
	div.mnu_page_bottom A:visited {
		text-decoration: none;
		color: white;
	}

	div.mnu_page_bottom A:hover {
		text-decoration: underline;
		color: white;
	}

	div.mnu_home_masterlinks {
		font-size: 10px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		padding-left: 5px;
	}

	div.mnu_home_masterlinks ul {
		list-style-type: disc;
		margin-left: 10px;
		margin-top: 2px;
		margin-bottom: 0px;
		padding-left: 10px;
		padding-top: 2px;
		padding-bottom: 0px;
	}

	div.page_text {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid Silver;
		padding: 5px;
	}

	div.page_text table {
		font-family: inherit;
		font-size: inherit;
	}

	div.page_text_floating {
		font-family: Arial;
		font-size: 10px;
		border: 1px solid Silver;
		padding: 5px;
	}
