    body {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	background-color: #FFFFFF;
    }

    a.h1 {
        color: #dbd5ca;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
    }
    
    a.h1:hover {
        color: #FFFFFF;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
    }
    
    a.h1-selected {
        color: #aa9269;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
    } 
    
    a.h2 {
        color: #FFFFFF;
		line-height: 75px;
        text-decoration: none;
    }
	a.h2:hover {
        color: #222222;
    }
    
    a.sh {
        color: #FFFFFF;
        text-decoration: none;
    }
	
	a.sh:hover {
        color: #222222;
    }
    
    a.sf {
        color: #5f5745;
        font-size: 11px;
        text-decoration: none;
    }
    
    #hmenu ul {
        margin:0px;
        list-style: none;
        float: right;
        color: #FFFFFF;
		width: 98%;
		height:75px;
    }    
    
    #mitem {
        cursor: pointer;
        color: #FFFFFF;
        float: left;
		height: 75px;
		padding: 0 17px 0 17px;
    }
    
    #sitem {
        padding: 5px 5px 5px 5px;
		border-bottom: 1px #FFFFFF solid;
		text-align:center;
    }
    #sitem:hover {
        background-color: #E2997D;
		color: #6d4b40;
    }
    #sitem.hover {
        background-color: #E2997D;
		color: #6d4b40;
    }
    #sitem2 {
        padding: 5px 5px 5px 5px;
		border-bottom: 1px #FFFFFF solid;
		border-left: 1px #FFFFFF solid;
		border-right: 1px #FFFFFF solid;
		text-align:center;
    }
    #sitem2:hover {
        background-color: #E2997D;
		color: #6d4b40;
    }
    #sitem2.hover {
        background-color: #E2997D;
		color: #6d4b40;
    }
    
    a {
        color: #c3aa7d;
    }    

    .title2 {
        font-size: 14px; 
        color: #FFFFFF;
    }
       
