body {
	background-image: url(../images/layout/bg_page.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EDEEF0;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}





a {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}




.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #393943;
	font-weight: bold;
}




.navigation_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #393943;
	text-decoration: none;
}
.navigation_text:hover {
	color: #999999;
}






.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #393943;
}
.footer_text_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #393943;
	text-decoration: none;
}
.footer_text_link:hover {
	COLOR: #000000;
	text-decoration: underline;
}
