BODY {
	background-color: white;
	color: black;
	font-family : Tahoma;
	font-size : 12px;
}

p    {text-indent: 40px; margin: 15px;}

td {font-size : 13px;}

A {	text-decoration: none;	color: rgb(0, 0, 255);
        font-weight : bold; 
        background : none;
}

A:hover {
	text-decoration: none;
	color : rgb(90, 160, 40); 
    font-weight : bold;
}

#p {
	margin: 20px;
	text-align: center;

}

#hosting {
	width: 495px;
	margin-left: auto;
	margin-right: auto;
	background-color:#A06950;
	padding: 4px;
	font-size: 11px;
	color: #F0DCC8;
	font-weight : bold;
	text-align: center;
}

#index-menu {
   	width: 560px;	
	margin-left: auto; 
	margin-right: auto;
}

#fader {
	margin: 10px;
	font-size: 18px;
}

#schema {
	width: 300px;
	margin: auto;	
}

#schema li {
	font-size: 0.85em;	
}


ul.makeMenu, ul.makeMenu ul {
  width: 210px;                 
  border: 0px solid #000;      
  background-color: #A3A5C3;      
  padding-left: 0px;           
  cursor: default;             
  margin-left: 0px;            
}
ul.makeMenu li {
  list-style-type: none;       
  margin: 0px;                 
  position: relative;          
  color: #F0F4FA;
  behavior: url( IEmen.htc );                 
}
ul.makeMenu li > ul {          
  display: none;               
  position: absolute;          
  top: 0px;                    
  left: 185px;                  
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
  background-color: #F0F4FA;      
  color: #000;                 
}
ul.makeMenu ul.CSStoShow {     
  display: block;              
}
ul.makeMenu li:hover > ul {    
  display: block;
}

ul.makeMenu li a { color: #fff; display: block; width: 100%; text-decoration: none; }
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { color: #000; }
ul.makeMenu li:hover > a { color: #000; } 

ul.makeMenu ul {  
	display: none; position: absolute; top: 2px; left: 78px;
}

.lowText { text-align: left;text-decoration: none; color: #FFFFFF; font: 13px Tahoma;  text-align: left;}
.highText { text-align: left; text-decoration: none; color: #FFFFFF; font: 13px Tahoma;  text-align: left; font-weight: bold;}
.mainButtons { text-align: left; text-decoration: none; color: #FFFFFF; font: 13px verdana; font-weight: bold;}
.itemBorder { border: none; }
.itemBorderBlank { border: 1px solid #CCCCDD; }
.itemBorderButton { border: 1px solid #ffffff; }

@media screen {  /* hide from IE3 */A:hover {
	background : none;
} }