.NewNormalLink a:link
{
	font-family: Tahoma;	
	font-size: 11px;
    text-decoration: none;
    color: white;
    font-style:normal;
    cursor: pointer;
}
.NewNormalLink a:hover 
{
   font-family: Tahoma;	
   font-size: 11px;
   color:white;
   font-style:normal;
   text-decoration:underline;
   cursor: pointer;

}
.NewNormalLink a:visited
{
	font-family:Tahoma;	
	font-size: 11px;
	font-style:normal;
    color:white;
    cursor: pointer;
}

.NewNormalLink a:active{
   font-family:Tahoma;	
   font-size: 11px;
   font-style:normal;
   color:white;
   cursor: pointer;
}
a.NWebButton3New
{
	width:100px;	
    display: block;
   	height: 35px; 
   	margin-right: 0px;
    padding-right:8px;
    text-decoration: none;
    color: #FFF;
    font-family: Tahoma;
    font-size:12px;
    font-weight:bold;

}
a.NWebButton3New span
{
    color: #FFF;
    font-family: Tahoma;
    font-size:12px;
    font-weight:bold;
    display: block;
    line-height: 22px;
    padding: 8px 2px 10px 15px;
    text-align: center;
     
}
a.NWebButton3New:hover span
{
    text-decoration:none;
}

.newFontcolor
{	
	font-size: 12px;  /* BT 50666 - Portal 1.2*/
	color:white;
	font-family:Tahoma;
}
.BoldFontNew{
    font-family: tahoma;
    font-style: normal;
    color:#666666;
    font-size:11px;
    font-weight:bold;
}
.BoldLinkNew a:link
{
	font-family: tahoma;	
	font-size: 12px;
    text-decoration: none;
    color: #0066CC;
    font-weight: bold;
    font-style:normal;
    cursor: pointer;
}

.BoldLinkNew a:hover
{
   font-family: tahoma;	
   font-size: 12px;
   color:#32373f;
   font-weight: bold;
   text-decoration:underline;
   cursor: pointer;
}

.BoldLinkNew a:visited
{

    font-family: tahoma;	
	font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: #0066CC;
    cursor: pointer;
}
.BoldLinkNew a:active
{
   font-family: tahoma;	
   font-size: 12px;
   color:#32373f;
   font-weight: bold;
   text-decoration:underline;
   cursor: pointer;
}

