@font-face {   
   font-family: "myfont";   
   src: url(font/hlmc____-webfont.eot); /* IE */   
   src: local("hlmc____-webfont.ttf"), url(font/hlmc____-webfont.ttf) format("truetype"); /* non-IE */   
 } 
 @font-face {   
   font-family: "myfont2";   
   src: url(font/cdaswfte-webfont.eot); /* IE */   
   src: local("cdaswfte-webfont.ttf"), url(font/cdaswfte-webfont.ttf) format("truetype"); /* non-IE */   
 }   
  
   
 /* THEN use like you would any other font */   
 .head_txt { 
 	font-family:"myfont", "Trebuchet MS";  
	text-transform:uppercase;
	font-size:30px;
 }   
.head_txt2 { 
 	font-family:"myfont", "Trebuchet MS"; 
	font-size:30px;
	margin:0px;
	padding:0px;
 } 
.subhead_txt { 
 	font-family:"myfont", "Trebuchet MS"; 
	font-size:18px;
	color:#939598;
 } 
.body_txt { 
 	font-family:"myfont2", "Trebuchet MS"; 
	font-size:12px;
 } 
.link_txt { 
 	font-family:"myfont", "Trebuchet MS"; 
	font-size:15px;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
 } 
 .link_txt a:hover { 
 	font-family:"myfont", "Trebuchet MS"; 
	font-size:15px;
	color:#939598;
	text-decoration:none;
	text-transform:uppercase;
 } 
 .greylink_txt { 
 	font-family:"myfont", "Trebuchet MS"; 
	font-size:15px;
	color:#939598;
	text-decoration:none;
 } 
 .greylink_txt a:hover { 
 	font-family:"myfont", "Trebuchet MS"; 
	font-size:15px;
	color:#5c5c5c;
	text-decoration:none;
 } 
 .link_txt2 { 
 	font-family:"myfont", "Trebuchet MS"; 
	font-size:11px;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
 } 
 .link_txt2 a:hover { 
 	font-family:"myfont", "Trebuchet MS"; 
	font-size:11px;
	color:#939598;
	text-decoration:none;
	text-transform:uppercase;
 } 

 .name_txt { 
 	font-family:"myfont", "Trebuchet MS"; 
	font-size:15px;
	color:#5c5c5c;
	text-decoration:none;
 } 
 .name_txt a:hover { 
 	font-family:"myfont", "Trebuchet MS"; 
	font-size:15px;
	color:#000;
	text-decoration:none;
 } 
 .name_txtsm { 
 	font-family:"myfont", "Trebuchet MS"; 
	font-size:12px;
	color:#000;
	text-decoration:none;
 } 
 .name_txtsm a:hover { 
 	font-family:"myfont", "Trebuchet MS"; 
	font-size:12px;
	color:#F57E19;
	text-decoration:none;
 } 
 
.name_txtorange { 
 	font-family:"myfont", "Trebuchet MS"; 
	font-size:13px;
	color:#F57E19;
	text-decoration:none;
 } 
 .name_txtorange a:hover { 
 	font-family:"myfont", "Trebuchet MS"; 
	font-size:13px;
	color:#000;
	text-decoration:none;
 } 
 
 .small_txt { 
 	font-family:"myfont", "Trebuchet MS"; 
	font-size:12px;
	color:#000;
	text-decoration:none;
 }  
  .small_txt2 { 
 	font-family:"myfont", "Trebuchet MS"; 
	font-size:14px;
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
 }   
  .grey_txt { 
 	font-family:"myfont", "Trebuchet MS"; 
	font-size:12px;
	color:#5c5c5c;
	text-decoration:none;
 }  

  
  
  


