.m_text, .h_text, .l_text, .l1_text, .c_text 
        { 
		font-family:Tahoma;

        }

.m_text
	{
		font-size:12px;
		line-height:14px;
		color:#484848;
	}
.h_text
	{
		font-size:11px;
		line-height:11px;
		color:#FFFFFF;
		text-transform:uppercase
	}
	
.l_text
	{
		font-size:13px;
		line-height:13px;
		color:#7B755D;
	}	

.l1_text
	{
		font-size:11px;
		line-height:11px;
		color:#7B755D;
	}	
	
.c_text
	{
		font-size:11px;
		line-height:11px;
		color:#9B9FA0;
	}
		
	a.c_text{text-decoration:none;}	
	a.c_text:hover{text-decoration:underline;}

