@charset "utf-8";
/* CSS Document */
body	{ margin:0;	}
.menu-navigation {
	height: 50px;
	background-color: #f9a66c;
}
.heading1	{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.6em;
	color: #000;
	font-weight: bold;
}.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	line-height: 20px;
	text-align: justify;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
.footer	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
}

