




@font-face {
   font-family: myWebFonts; 
	  src: url(vtremingtonportable.eot);
  } 

  /***************** for IE9 ********************/
@font-face {
   font-family: myWebFonts; 
   src: url(vtRemingtonPortable.ttf) format("truetype");
 } 


.font_myWebFonts_class {
   font-family: "myWebFonts" , Calibri, Arial, Georgia, Verdana, Sans-Serif;
   font-size: 1em;
}
.font_myNavBar_class {
   font-family: "myWebFonts" , Calibri, Arial, Georgia, Verdana, Sans-Serif;
   font-size: 1em;
   a:link:{ text-decoration:none; color:#FF9900; };
   a:active{ text-decoration:none; color:#FF9900; };
   a:visited { text-decoration:none; color:#FF9900; };
     }
   /* a:link ,a:active,a:visited { text-decoration: none; color: #000000; text-align:center;}; */
