/* ================================
    CSS STYLES FOR Module NMW_Product
   ================================
*/
A:link	
	{	
	text-decoration:	none;
	color:	#6B877D;
	}	
		
A:visited	
	{	
	text-decoration:	none;
	color:	#6B877D;
	}	
		
A:active	
	{	
	text-decoration:	none;
	color:	#6B877D;
	}	
		
A:hover	
	{	
	text-decoration:	underline;
	cursor:hand;
	color:	#6B877D;
	}

.BlackText
{
	font-family:Arial;
	font-size:12px;
	color: black;

}


.GrayText
{
	font-family:Arial;
	font-size:12px;
	color: #666666;
	
}

.GrayBorderText
{
	font-family:Arial;
	font-size:12px;
	color: #666666;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-bottom:3PX;
	padding-top:3px;
	
}


.GreenText
{
	font-family:Arial;
	font-size:12px;
	color: #6B877D;

}
