
.btext {
	font-family: Arial Narrow;
	font-size: 25px;
	color: white;
	font-weight: bold;
}


.text {
	font-family: Arial Narrow;
	font-size: 15px;
	color: white;
	line-height:15px;
	font-weight: normal;
}

.text1 {
	font-family: Arial Narrow;
	font-size: 15px;
	color: #B6B6B6;
	line-height:15px;
	font-weight: normal;
}

a.ne 
    {
	font-family: Arial Narrow;
	font-size: 12px;
	color: #F5B01C;
    font-weight:none;
	}

a.ne:link
    {
    color : #F5B01C;
	text-decoration : none;
    }

a.ne:visited
    {
    color : #F5B01C;
	text-decoration: none ;
    }

a.ne:active
    {
    color : #F5B01C;
	text-decoration : none;
    }

a.ne:hover
    {
    color : #F5B01C;
    text-decoration : underline;
    
    }

