/* CSS Document */
html, body {
  height                                : 100%;
  width                                 : 100%;
  margin                                : 0;
  padding                               : 0;
  }
body {
  font-family                           : Verdana, Arial, Helvetica, sans-serif;
	font-size                             : 8pt;
	color                                 : black;
	background-color                      : white;
  }
h3 {
  border																: 1px solid #d4d4d4;
	font-size                             : 10pt;
	}
/***  DISABLE  ***/
#MENU, #LANG, #TIP, #FOOT, ul.tools, .error, input {
  display																: none;
	}
#SRC {
  margin-left														: 40px;
	}  
#HEAD {
  height																: 70px;
	}
