BODY {
	background: #000000;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	color: #ffffff;
	text-align: center;
	scrollbar-base-color:#252525;
	scrollbar-3dlight-color:#252525;
	scrollbar-arrow-color:#252525;
	scrollbar-darkshadow-color:#252525;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#252525;
	scrollbar-shadow-color:#252525;
	scrollbar-track-color:#252525;
}

#index {
	position: relative;
	width: 95%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	top: 40px;
	padding: 0;
}

html>body  #index {
	position: relative;
	width: 95%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	top: 40px;
	padding: 0;
}

#footer {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1em;
	height: 30px;
	width: 600px;
	background: #000000;
	color: #ffffff;
	position:relative/*absolute*/;
	bottom:0px;
}

html>body  #footer {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1em;
	height: 30px;
	width: 600px;
	background: #000000;
	color: #ffffff;
	position:relative/*absolute*/;
	bottom:0px;
}

#index H1 {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	height: 40px;
}

#index H2 {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

#index P {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
}

.text {
	margin: 0;
	font-weight: normal;
	font-size: 1em;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	text-align: justify;
	color: #ffffff;
}

P.P_sign {
	margin: 0;
	font-weight: normal;
	font-size: 1em;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	text-align: right;
	color: #ffffff;
}

/*--------*/
/*  MENU  */
/*--------*/

#M_HEADER {
	position: relative;
	width: 95%;
	top: 50px;
	text-align: center;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30;
	padding: 0;
}

html>body  #M_HEADER {
	position: relative;
	width: 95%;
	top: 50px;
	height: 150px;
	text-align: center;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30;
	padding: 0;
}

.menu {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20;
	padding: 0;
	font-weight: bold;
	font-size: 20px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	text-align: right;
	color: #ffffff;
}

#MENU {
	position: relative;
	font-weight: bold;
	text-align: right;
	color: #ffffff;
	background-color: #000000;
	width: 95%;
	margin: 0;
	padding: 0;
	display: block;
}

html>body  #MENU {
	position: relative;
	font-weight: bold;
	text-align: right;
	color: #ffffff;
	background-color: #000000;
	width: 95%;
	margin: 0;
	padding: 0;
	display: block;
}

#MENU ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#MENU li {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: right;
	font-size: 25px;
	color: #ffffff;
	background-color: #000000;
	display: block;
}

#MENU li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: right;
	font-size: 25px;
	color: #ffffff;
	background-color: #000000;
	display: block;
}

html>body #MENU li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: right;
	font-size: 25px;
	color: #ffffff;
	background-color: #000000;
	display: block;
}

#MENU li a:hover , #menu li a.over {
	background-color: #252525;
	color: #ffffff;
}

#MENU li.spacer {
	margin: 0;
	padding: 0;
	height: 10px;
	line-height: 10px;
	color: #ffffff;
	background-color: #000000;
	width: 100%;
	display: block;
}

#MENU li.spacer:hover {
	background-color: #000000;
}

#MENU li.submenu a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: right;
	font-size: 15px;
	color: #ffffff;
	background-color: #000000;
	display: block;
}

html>body #MENU li.submenu a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: right;
	font-size: 15px;
	color: #ffffff;
	background-color: #000000;
	display: block;
}

#MENU li.submenu a:hover {
	background-color: #252525;
	color: #ffffff;
}

