html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background:White; /*color background - only works in IE */
	font-size:75%; /*set default font size */
	font-family:verdana; /* set default font */
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	/*overflow:hidden; /*get rid of scroll bars in IE 
	/* */ 
	}

body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	/*overflow:hidden;*/ /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
/*	background-color: #FFFFFF;
	font-size: 12px; */
	}

img{ border-style: none; }

div#cont {
	width: 954px;
	margin: 5px auto 0px;
}



img{ border-style: none; }

#menu_index {
	margin: 0px;
	padding: 0px;
}

#menu_index li { 
	display: inline;
	list-style-type: none;
}


#menu_index a { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #888888;
	width: 70px;
	/*margin-right: 50px;
	margin-left: 50px;*/
}

#menu_index a:hover { color: #888888; }



