	.menuhi {
    	   color: #000000;
		   background-color: #ffffff;
    	   font-size: 8pt;
    	   font-weight: bold;
		   font-family: helvetica;
		   border: 1px #000000 solid;
		   cursor:hand;
	}
	.menuhi a:link { color:#000000; text-decoration:none; }
	.menuhi a:visited { color:#000000; text-decoration:none; }
	.menuhi a:hover { color:#000000; text-decoration:none; }	
	.menuhi a:active { color:#000000; text-decoration:none; }	
		   	
	.menulo {
    	   color: #ffffff;
    	   font-size: 8pt;
    	   font-weight: bold;
		   font-family: helvetica;
		   border: 1px #B7B587 solid;
	}	
	.menulo a:link { color:#ffffff; text-decoration:none;}
	.menulo a:visited { color:#ffffff; text-decoration:none; }
	.menulo a:hover { color:#ffffff; text-decoration:none; }	
	.menulo a:active { color:#ffffff; text-decoration:none; }
	.smcopy {
    	   color: #000000;
    	   font-size: 7.5pt;
    	   font-weight: normal;
		   font-family: helvetica;
	}
	.copy {
    	   color: #000000;
    	   font-size: 9pt;
    	   font-weight: normal;
		   font-family: helvetica;
	}
	.input {
    	   color: #000000;
    	   font-size: 8pt;
    	   font-weight: normal;
		   font-family: helvetica;
	}

    .containerRound {
        text-align:left;
        display: block;
        clear:both;
        margin:0;
        padding:0;
    }
 
    .contentRound {
        background: #642d2e;
        color:white;
        margin:10px;
        padding:10px;
    }


