
body{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background:#D5D5AA;

}
a {text-decoration: none; border:none; color:#FFFFCC;}
img { border:none;}

/*- topmenu ---------------#EDEFE0------#D5D5AA------ */

#topmenu {
	height: 20px;
	width:900px;
	margin-left:100px;
	text-align:center;
	color:#333333;
}


#topmenu ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

#topmenu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin:auto;
	color:#333333;
}

#topmenu ul li a {       
        width: 110px;
        height: 20px;
        padding: 5px 0 0 0;
        margin: 0;
        color:#666666;
        text-decoration: none;
        display: block;
        text-align: center;
        font: bold 12px "arial";
}

#topmenu ul li a:hover {
        color:#000000;
        background:#FFDFBF;
		
}
#topmenu .htext{/*background:#BB5E00;*/ color:#BB5E00;}
