 .metro_btn_standard{
  	 text-align:center; 
	 height:40px; 
	 background-color: #FF1111; 
	 border-style: ridge; 
	 /* border-style: groove; */
	 box-shadow: 2px 9px 6px -6px #777;
	 border-color: #4400FF;	 
      border-radius: 3px;	 
	 border-left-width: 2;
	 border-bottom-width: 2;
	 border-top-width: 2;
	 border-right-width: 2;
	}
    TD.metro_btn_standard:hover 
	{
	 background-color: #FBBB33;
	}
    .metro_btn_mobile{
  	 text-align:center; 
	 height:60px; 
	 background-color: #FF1111; 
	 border-style: ridge; 
	 /* border-style: groove; */
	 box-shadow: 2px 9px 6px -6px #777;	 
	 border-color: #4400FF;	 
     border-radius: 2px;	 
	 border-left-width: 2;
	 border-bottom-width: 2;
	 border-top-width: 2;
	 border-right-width: 2;
	}
    TD.metro_btn_mobile:hover 
	{
	 background-color: #FBBB33;
	}
   /*------- selected metro button style ------------ */
.metro_btn_selected{
  	 text-align:center; 
	 height:40px; 
	 background-color: #CC5500; 
	 border-style: ridge; 
	 /* border-style: groove; */
	 box-shadow: 2px 9px 6px -6px #777;
	 border-color: #4400FF;	 
      border-radius: 3px;	 
	 border-left-width: 2;
	 border-bottom-width: 2;
	 border-top-width: 2;
	 border-right-width: 2;
	}
    TD.metro_btn_selected:hover 
	{
	 background-color: #FBBB33;
	}
    .metro_btn_mobile_selected{
  	 text-align:center; 
	 height:60px; 
	 background-color: #CC5500; 
	 border-style: ridge; 
	 /* border-style: groove; */
	 box-shadow: 2px 9px 6px -6px #777;	 
	 border-color: #4400FF;	 
     border-radius: 2px;	 
	 border-left-width: 2;
	 border-bottom-width: 2;
	 border-top-width: 2;
	 border-right-width: 2;
	}
    TD.metro_btn_mobile:hover 
	{
	 background-color: #FBBB33;
	}
    /* text in  button properties */
    .metro_link_text {
     color: #FFFFFF;
     text-decoration: none; 
    }
	A.metro_link_text:hover
	{
	 color: #4400FF; 
	}
	.metro_text_standard
	{
	 font-family: "calibri", "sans-seriff", "verdana";  font-size: 1.4em;
	}
	.metro_text_small
	{
	 font-family: "calibri", "sans-seriff", "verdana";  font-size: 1.0em;
	}	