/* ================================
    CSS STYLES FOR Module TAC_NPIHomePage
   ================================
*/


.newsLink, A.newsLink:link     {
    color: #006699;
    font-size: 13px;
    text-decoration: none;
	
}

A.newsLink:Visited   {
    text-decoration: none;
    color: #3399CC;
	
}


A.newsLink:active   {
    text-decoration: none;
    color: #0099FF;
	
}

A.newsLink:hover   {
    text-decoration: underline;
    color: #009999;
	
}




